Skip to content

Commit

Permalink
Remove notification
Browse files Browse the repository at this point in the history
for now?
  • Loading branch information
backspace committed Mar 21, 2024
1 parent 8bf8558 commit d094419
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
env:
EMBER_CLI_DEPLOY_REUSE_BUILD: "1"

- name: Send notification to Discord
uses: cardstack/gh-actions/discord-notification-deploy@main
with:
app: "boxel-ui"
status: ${{ job.status }}
environment: ${{ inputs.environment }}
webhook: ${{ secrets.DISCORD_WEBHOOK }}
# FIXME restore?
# - name: Send notification to Discord
# uses: cardstack/gh-actions/discord-notification-deploy@main
# with:
# app: "boxel-ui"
# status: ${{ job.status }}
# environment: ${{ inputs.environment }}
# webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit d094419

Please sign in to comment.