Skip to content

Commit 739aa0b

Browse files
committed
updated app_name in deploy script
1 parent 33c720a commit 739aa0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
8585
FLY_REGION: ${{ vars.FLY_REGION }}
8686
with:
87-
app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
87+
app_name: ${{ vars.FLY_APP_NAME || format('{0}-{1}', github.event.repository.name, github.ref_name) }}
8888
use_isolated_workspace: true
8989
env_vars: |
9090
APP_ENV=production

0 commit comments

Comments
 (0)