Skip to content

Commit

Permalink
Don't recreate apps on close after destroy (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellaude authored Oct 22, 2024
1 parent 760df7a commit 358a37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fly-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
working-directory: backend

- name: deploy api app
if: github.event.action != 'closed'
run: |
flyctl secrets set \
-a ${{ github.event.repository.name }}-${{ github.event.number }}-api \
Expand Down

0 comments on commit 358a37e

Please sign in to comment.