Skip to content

Commit f334a37

Browse files
committed
Use latest version of flyctl for deployments
1 parent 492ce23 commit f334a37

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/deploy_beta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
repository: pyvec/cz.pycon.org-archive
2828
path: _previous-years
2929
- uses: superfly/flyctl-actions/setup-flyctl@master
30-
with:
31-
version: 0.1.84
3230
- run: flyctl deploy --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
3331
env:
3432
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

.github/workflows/deploy_production.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
repository: pyvec/cz.pycon.org-archive
2727
path: _previous-years
2828
- uses: superfly/flyctl-actions/setup-flyctl@master
29-
with:
30-
version: 0.1.84
3129
- run: flyctl deploy -c fly.prod.toml --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
3230
env:
3331
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)