From e17f6ff32b5d0113d26267be8f4c49c66d01d95a Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 22 Aug 2026 16:54:09 +0530 Subject: [PATCH] ci: prod push builds to web.phcode.dev --- .github/workflows/prod-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 155cde1002..7fa96c00b5 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -1,4 +1,4 @@ -name: Deploy Notification To production phcode.dev +name: Deploy Notification To production web.phcode.dev # Please note to add branch protection rules for the prod branch in your repository. on: push: @@ -22,10 +22,10 @@ jobs: PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }} run: | npm run release:prod - - name: Deploy Notification To production repository phcode.dev + - name: Deploy Notification To production repository web.phcode.dev uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.PAT_PHOENIX_BOT_PUBLIC_REPO_ACCESS }} - repository: phcode-dev/phcode.dev + repository: phcode-dev/web.phcode.dev event-type: deploy-production client-payload: '{"source":"${{github.repositoryUrl}}", "workflow":"${{github.workflow}}", "run_id":"${{github.run_id}}", "run_number":"${{github.run_number}}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'