Skip to content

Commit e17f6ff

Browse files
committed
ci: prod push builds to web.phcode.dev
1 parent 83c548c commit e17f6ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prod-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Notification To production phcode.dev
1+
name: Deploy Notification To production web.phcode.dev
22
# Please note to add branch protection rules for the prod branch in your repository.
33
on:
44
push:
@@ -22,10 +22,10 @@ jobs:
2222
PRO_REPO_ACCESS_TOKEN: ${{ secrets.PRO_REPO_ACCESS_TOKEN }}
2323
run: |
2424
npm run release:prod
25-
- name: Deploy Notification To production repository phcode.dev
25+
- name: Deploy Notification To production repository web.phcode.dev
2626
uses: peter-evans/repository-dispatch@v2
2727
with:
2828
token: ${{ secrets.PAT_PHOENIX_BOT_PUBLIC_REPO_ACCESS }}
29-
repository: phcode-dev/phcode.dev
29+
repository: phcode-dev/web.phcode.dev
3030
event-type: deploy-production
3131
client-payload: '{"source":"${{github.repositoryUrl}}", "workflow":"${{github.workflow}}", "run_id":"${{github.run_id}}", "run_number":"${{github.run_number}}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)