Skip to content

Commit

Permalink
fix: different APP_NAME from Asils version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 3, 2023
1 parent 9113773 commit 7698530
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-${{ github.ref_name }}"
APP_NAME: "corpsum-ts"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "${{ vars.NUXT_PUBLIC_APP_BASE_URL }}"
Expand Down

0 comments on commit 7698530

Please sign in to comment.