chore: update debug logs

This commit is contained in:
JasterV 2026-01-13 18:42:35 +01:00
commit 736104b080

View file

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