From 95261afc1714c29d9eeef951916797919c290e2f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 2 Nov 2025 00:13:54 +0100 Subject: [PATCH] branch renamed --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0d241fc..9339db7 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,7 +3,7 @@ name: Build Astro and deploy dist on: push: branches: - - trixie # or your default branch + - stage # or your default branch workflow_dispatch: permissions: @@ -29,7 +29,7 @@ jobs: - name: Build Astro project run: npm run build - - name: Deploy dist to dist-trixie + - name: Deploy dist to dist-stage run: | # Configure Git git config user.name "github-actions[bot]" @@ -46,7 +46,7 @@ jobs: git branch git commit -m "Update dist/ [skip ci]" - git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-trixie --force + git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-stage --force - name: Trigger deployment webhook run: |