diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml index 6af5828..ecd1f6f 100644 --- a/.gitea/workflows/deploy-preview.yml +++ b/.gitea/workflows/deploy-preview.yml @@ -1,12 +1,12 @@ -name: Deploy preview (main_kin) +name: Deploy preview (main_ou) on: push: - branches: ["main_kin"] + branches: ["main_ou"] workflow_dispatch: concurrency: - group: deploy-main_kin + group: deploy-main_ou cancel-in-progress: true jobs: @@ -14,7 +14,7 @@ jobs: runs-on: ["native"] steps: - uses: actions/checkout@v4 - - name: Deploy to preview (main_kin) + - name: Deploy to preview (main_ou) env: - BRANCH: main_kin + BRANCH: main_ou run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file