Skip to content

Commit

Permalink
Update fly.yml
Browse files Browse the repository at this point in the history
changed indentation
  • Loading branch information
benante authored Oct 25, 2023
1 parent 4ca5e0c commit 5723e2b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
name: Deploy app
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: superfly/flyctl-actions/setup-flyctl@main
- run: flyctl deploy --remote-only

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@main
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 5723e2b

Please sign in to comment.