Skip to content

Commit

Permalink
ci: Update flyctl version in workflows (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmokross authored Jan 3, 2025
1 parent d57fce0 commit 539aad2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
NODE_VERSION: 22
FLYCTL_VERSION: 0.3.56

jobs:
version:
Expand All @@ -34,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.1.117
version: ${{ env.FLYCTL_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/preview-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:
FLY_API_TOKEN:
required: true

env:
FLYCTL_VERSION: 0.3.56

jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.1.117
version: ${{ env.FLYCTL_VERSION }}
- run: |
flyctl apps list --json --org $FLY_ORG \
| jq '[map(
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

env:
NODE_VERSION: 22
FLYCTL_VERSION: 0.3.56

jobs:
version:
Expand All @@ -21,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.1.117
version: ${{ env.FLYCTL_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 539aad2

Please # to comment.