diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml index 96f8524..76e6bc5 100644 --- a/.gitea/workflows/deploy-preview.yml +++ b/.gitea/workflows/deploy-preview.yml @@ -11,10 +11,10 @@ concurrency: jobs: deploy: - runs-on: ["native"] + runs-on: ["native"] steps: - uses: actions/checkout@v4 - name: Deploy to preview (main_go) env: BRANCH: main_go - run: /usr/local/bin/deploy_krgm_branch.sh + run: /usr/local/bin/deploy_branch_simple.sh