mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
chore: update debug logs
This commit is contained in:
parent
2ec74495a4
commit
736104b080
1 changed files with 2 additions and 2 deletions
4
.github/workflows/fly-deploy.yml
vendored
4
.github/workflows/fly-deploy.yml
vendored
|
|
@ -9,10 +9,10 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy app
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: deploy-group # optional: ensure only one action runs at a time
|
||||
concurrency: deploy-group # optional: ensure only one action runs at a time
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue