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 decfd68 commit 025bfc1Copy full SHA for 025bfc1
.github/workflows/deploy.yml
@@ -17,5 +17,5 @@ jobs:
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: superfly/flyctl-actions/setup-flyctl@master
+ run: flyctl deploy --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --remote-only
0 commit comments