Skip to content

Commit 025bfc1

Browse files
Deploy to fly.io
1 parent decfd68 commit 025bfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Deploy
20-
- uses: superfly/flyctl-actions/setup-flyctl@master
21-
- run: flyctl deploy --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --remote-only
20+
uses: superfly/flyctl-actions/setup-flyctl@master
21+
run: flyctl deploy --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} --remote-only

0 commit comments

Comments
 (0)