Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}"}'
Loading