Skip to content

Commit

Permalink
fix: APP_NAME needs to match K8S namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent f3e1295 commit 8b3fa9c
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"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "${{ vars.NUXT_PUBLIC_APP_BASE_URL }}"
Expand Down

0 comments on commit 8b3fa9c

Please sign in to comment.