Skip to content

Commit

Permalink
fix: create APP_NAME from env
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 3, 2023
1 parent 719defb commit 9113773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
secrets: inherit
with:
DOCKER_TAG: ${{ needs.env.outputs.registry }}/${{ needs.env.outputs.image }}
APP_NAME: "corpsum-${{ needs.setup_workflow_env.outputs.environment_short }}"
APP_NAME: "corpsum-${{ github.ref_name }}"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "${{ vars.NUXT_PUBLIC_APP_BASE_URL }}"
Expand Down

0 comments on commit 9113773

Please sign in to comment.