Skip to content

Commit 712cefb

Browse files
authored
actions: re-add prod deployment to update links pr (#356)
Signed-off-by: flakey5 <[email protected]>
1 parent f9341d7 commit 712cefb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-links.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
6565

66+
- name: Deploy to Production
67+
if: steps.git_auto_commit.outputs.changes_detected == 'true'
68+
run: |
69+
gh workflow run deploy.yml
70+
env:
71+
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
72+
6673
- name: Alert on Failure
6774
if: failure() && github.repository == 'nodejs/release-cloudflare-worker'
6875
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2

0 commit comments

Comments
 (0)