Skip to content

Commit

Permalink
NoBuild: fix github actions for the last time(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Jun 21, 2024
1 parent 4ed8eeb commit 80a80ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
needs: release
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --local-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
notify:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 80a80ff

Please sign in to comment.