Skip to content

Commit

Permalink
dbg: apps.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 17, 2025
1 parent 4cd9eb0 commit 42fee1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
# Search apps list for $FLY_DEMO_NAME using jq
flyctl apps list --org $FLY_ORG --json > apps.json
cat apps.json
if jq -e '.[] | select(.ID == "$FLY_DEMO_NAME")' apps.json; then
echo "Destroying app $FLY_DEMO_NAME"
flyctl apps destroy $FLY_DEMO_NAME --yes
Expand Down

0 comments on commit 42fee1b

Please sign in to comment.