diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index abfba127..dbf5a7c6 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -63,6 +63,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} + - name: Deploy to Production + if: steps.git_auto_commit.outputs.changes_detected == 'true' + run: | + gh workflow run deploy.yml + env: + GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} + - name: Alert on Failure if: failure() && github.repository == 'nodejs/release-cloudflare-worker' uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2