We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025bfc1 commit c6051a8Copy full SHA for c6051a8
.github/workflows/deploy.yml
@@ -13,9 +13,6 @@ jobs:
13
name: Deploy app
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Checkout
17
- uses: actions/checkout@v3
18
-
19
- - name: Deploy
20
- uses: superfly/flyctl-actions/setup-flyctl@master
21
- run: flyctl deploy --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --remote-only
+ - uses: actions/checkout@v3
+ - uses: superfly/flyctl-actions/setup-flyctl@master
+ - run: flyctl deploy --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --remote-only
0 commit comments