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