We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a664ceb commit 9bbea55Copy full SHA for 9bbea55
.github/workflows/release-please.yml
@@ -56,6 +56,9 @@ jobs:
56
- name: Install Flyctl
57
uses: superfly/flyctl-actions/setup-flyctl@master
58
59
+ - name: Set Fly.io app version
60
+ run: flyctl secrets set APP_VERSION=${{ github.ref_name }} -a ${{ secrets.FLY_APP_NAME }}
61
+
62
- name: Deploy to Fly.io
63
run: flyctl deploy -a ${{ secrets.FLY_APP_NAME }} --env APP_VERSION=${{ github.ref_name }} --build-arg APP_VERSION=${{ github.ref_name }} --remote-only
64
env:
0 commit comments