We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c720a commit 739aa0bCopy full SHA for 739aa0b
1 file changed
.github/workflows/publish-documentation.yml
@@ -84,7 +84,7 @@ jobs:
84
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
85
FLY_REGION: ${{ vars.FLY_REGION }}
86
with:
87
- app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
+ app_name: ${{ vars.FLY_APP_NAME || format('{0}-{1}', github.event.repository.name, github.ref_name) }}
88
use_isolated_workspace: true
89
env_vars: |
90
APP_ENV=production
0 commit comments