Skip to content

Commit aa1fcb9

Browse files
committed
fix: move Flyctl setup step to a new position in deploy-staging job
1 parent 48eb4a9 commit aa1fcb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@ jobs:
120120
- name: ⬇️ Checkout code
121121
uses: actions/checkout@v4
122122

123-
- name: ⚙️ Setup Flyctl
124-
uses: superfly/flyctl-actions/setup-flyctl@master
125-
126123
- name: ⚙️ Get app name
127124
uses: SebRollen/toml-action@v1.0.0
128125
id: app_name
129126
with:
130127
file: "fly.toml"
131128
field: "app"
132129

130+
- name: ⚙️ Setup Flyctl
131+
uses: superfly/flyctl-actions/setup-flyctl@master
132+
133133
- name: 🚀 Deploy to staging
134134
run: flyctl deploy --remote-only --app ${{ steps.app_name.outputs.values }}_staging
135135
env:

0 commit comments

Comments
 (0)