Skip to content

Commit

Permalink
Do not force a PUBLIC_URL
Browse files Browse the repository at this point in the history
Deploy reads this from the environment vars of the corresponding environment. Set it there.
  • Loading branch information
simar0at authored Jun 14, 2024
1 parent 91e99b0 commit 74fe411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
APP_NAME: "corpsum-ts-${{ github.ref_name }}"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "https://corpsum-ts-${{ github.ref_name }}.acdh-ch-dev.oeaw.ac.at"
POSTGRES_ENABLED: false
environment: ${{ needs.env.outputs.environment }}
default_port: "3000"

0 comments on commit 74fe411

Please sign in to comment.