We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d7e19 commit e0cc680Copy full SHA for e0cc680
2 files changed
.github/workflows/deploy.yml
@@ -321,6 +321,7 @@ jobs:
321
platforms: linux/arm64
322
build-args: |
323
API_URL_SERVER=https://${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it
324
+ NEXT_PUBLIC_SITE_URL=https://${{ fromJSON('["pastaporto-frontend.", ""]')[github.ref == 'refs/heads/main'] }}pycon.it
325
CMS_ADMIN_HOST=${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it
326
CMS_HOSTNAME=${{ steps.vars.outputs.cms_hostname }}
327
CONFERENCE_CODE=${{ steps.vars.outputs.conference_code }}
frontend/Dockerfile
@@ -16,6 +16,7 @@ ARG API_URL_SERVER
16
ARG CMS_HOSTNAME
17
ARG CONFERENCE_CODE
18
ARG CMS_ADMIN_HOST
19
+ARG NEXT_PUBLIC_SITE_URL
20
21
WORKDIR /app
22
0 commit comments