Skip to content

Commit

Permalink
Merge pull request #40 from mauvehed/mauvehed-patch-1
Browse files Browse the repository at this point in the history
Update fly-deploy.yml
  • Loading branch information
mauvehed authored Dec 26, 2024
2 parents 477a9a9 + e6adbe3 commit 8dc2a44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit 8dc2a44

Please sign in to comment.