Skip to content

Commit

Permalink
jesus christ discord
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Nov 17, 2024
1 parent 90c8330 commit 467c4a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: "liwords backend built successfully for branch {{GITHUB_REF_NAME}}."
continue-on-error: true

- name: Check Discord notification status
if: ${{ failure() }}
run: echo "Discord notification failed, but the workflow will continue."

deploy_api_docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -118,6 +123,7 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: ""
continue-on-error: true

build_fe:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,6 +157,11 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: "liwords front-end built successfully for branch {{GITHUB_REF_NAME}}."
continue-on-error: true

- name: Check Discord notification status
if: ${{ failure() }}
run: echo "Discord notification failed, but the workflow will continue."

deploy_fe:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -217,3 +228,4 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: "liwords front-end deployed successfully for branch {{GITHUB_REF_NAME}}."
continue-on-error: true

0 comments on commit 467c4a0

Please sign in to comment.