From ed656ca63f5d534ebbe23fb1abbf72ba16f4c372 Mon Sep 17 00:00:00 2001 From: olegsvs Date: Tue, 8 Oct 2024 07:29:55 +0300 Subject: [PATCH] Branch message --- .github/workflows/node.js.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 85e2b718..946c4061 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }}