chore: update deploy workflow

This commit is contained in:
JasterV 2026-01-14 02:02:02 +01:00
commit 0856495440

View file

@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: LOG_LEVEL=debug flyctl deploy --remote-only
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}