Skip to content

Commit

Permalink
fix: no blanks in APP_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent 25d4e70 commit f3e1295
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 2.0"
APP_NAME: "Corpsum_2.0"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "${{ vars.NUXT_PUBLIC_APP_BASE_URL }}"
Expand Down

0 comments on commit f3e1295

Please sign in to comment.