We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492ce23 commit f334a37Copy full SHA for f334a37
.github/workflows/deploy_beta.yaml
@@ -27,8 +27,6 @@ jobs:
27
repository: pyvec/cz.pycon.org-archive
28
path: _previous-years
29
- uses: superfly/flyctl-actions/setup-flyctl@master
30
- with:
31
- version: 0.1.84
32
- run: flyctl deploy --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
33
env:
34
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
.github/workflows/deploy_production.yaml
@@ -26,8 +26,6 @@ jobs:
26
- run: flyctl deploy -c fly.prod.toml --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
0 commit comments