Skip to content

Commit

Permalink
chore: disable restart-server after failing (still failing >:( ) (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopico-dev authored Sep 5, 2024
1 parent 831330f commit c97298a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
"X-Secret-Key": "${{ secrets.SERVER_MAINTENANCE_SECRET_KEY }}"
}
restart-server:
if: false # Still failing to restart after a deployment :/
needs:
- deploy
- notify-release-analytics
Expand Down

0 comments on commit c97298a

Please sign in to comment.