Skip to content

Commit

Permalink
Branch message
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Oct 8, 2024
1 parent 6fa0b2e commit ed656ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ jobs:
command_timeout: 1m
script: cd "/home/aukus/deploy/frontend/prod" && rm -rf build && mv deploy_build/build ./

- name: Aukus frontend build and upload success!
- name: Aukus prod frontend build and upload success!
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
details: Aukus frontend build and upload success!
details: Aukus prod frontend build and upload success!
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

- name: Aukus frontend build and upload failure!
- name: Aukus prod frontend build and upload failure!
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
details: Aukus frontend build and upload failure!
details: Aukus prod frontend build and upload failure!
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit ed656ca

Please sign in to comment.