Skip to content

Commit f86b65d

Browse files
committed
chore: format [skip ci]
1 parent 1dfeccc commit f86b65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: ⬇️ Checkout repo
4343
uses: actions/checkout@v4
44-
44+
4545
- name: 🎈 Setup Fly
4646
uses: superfly/flyctl-actions/[email protected]
4747

.github/workflows/deploy.staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
steps:
4444
- name: ⬇️ Checkout repo
4545
uses: actions/checkout@v4
46-
46+
4747
- name: 🎈 Setup Fly
4848
uses: superfly/flyctl-actions/[email protected]
4949

5050
- name: 🚀 Deploy Staging
5151
run: flyctl deploy --remote-only --config ./fly.staging.toml --build-arg SOURCE_REPO="remix-run/remix" --build-arg RELEASE_PACKAGE="remix" --strategy bluegreen
5252
env:
53-
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
53+
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)