Skip to content

Commit 9c3a89e

Browse files
committed
Add NEXT_PUBLIC_SITE_URL
1 parent 51d2301 commit 9c3a89e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ jobs:
321321
platforms: linux/arm64
322322
build-args: |
323323
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
324325
CMS_ADMIN_HOST=${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it
325326
CMS_HOSTNAME=${{ steps.vars.outputs.cms_hostname }}
326327
CONFERENCE_CODE=${{ steps.vars.outputs.conference_code }}

frontend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ARG API_URL_SERVER
1616
ARG CMS_HOSTNAME
1717
ARG CONFERENCE_CODE
1818
ARG CMS_ADMIN_HOST
19+
ARG NEXT_PUBLIC_SITE_URL
1920

2021
WORKDIR /app
2122

0 commit comments

Comments
 (0)