Skip to content

Commit

Permalink
fix: fixing the deploy system
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Mar 31, 2024
1 parent 81d1f1f commit 1c73ec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@ jobs:

deploy:
needs: [push-server, push-client, push-tick-workers]
if: |
always() &&
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
uses: brayn003/stonk.ninja/.github/workflows/deploy.yaml@main
secrets: inherit

0 comments on commit 1c73ec3

Please sign in to comment.