1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Add self host deploy notification

This commit is contained in:
Rory Powell 2022-05-13 09:59:40 +01:00
parent d2dbf5ae4a
commit f507b1b190

View file

@ -87,3 +87,10 @@ jobs:
packages/cli/build/cli-macos
packages/server/specs/openapi.yaml
packages/server/specs/openapi.json
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v4.0.0
with:
webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }}
content: "Self Host Deployment Complete: ${{ env.RELEASE_VERSION }} deployed to Self Host."
embed-title: ${{ env.RELEASE_VERSION }}