We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5217401 commit 16e89b8Copy full SHA for 16e89b8
.github/workflows/deploy.yml
@@ -23,3 +23,13 @@ jobs:
23
with:
24
apiToken: ${{ secrets.CF_API_TOKEN }}
25
environment: "production"
26
+
27
+ # Send a deployment message to Discord via a webhook
28
+ - name: Discord notification
29
+ if: github.event_name == 'push'
30
+ env:
31
+ DISCORD_WEBHOOK: ${{ secrets.WEBHOOK_URL }}
32
+ uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9 # pin@0.3.2
33
+ with:
34
+ args: "The project `{{ EVENT_PAYLOAD.repository.full_name }}` has been
35
+ **deployed** to **production** 🚀"
0 commit comments