Browse Source

Merge pull request #5867 from Budibase/add-selfhost-deploy-notification

Add self host deploy notification
pull/5873/head
Rory Powell 4 years ago
committed by GitHub
parent
commit
4fcdf19b3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/release-selfhost.yml

7
.github/workflows/release-selfhost.yml

@ -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 }}
Loading…
Cancel
Save