File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ARG API_URL_SERVER
1616ARG CMS_HOSTNAME
1717ARG CONFERENCE_CODE
1818ARG CMS_ADMIN_HOST
19+ ARG NEXT_PUBLIC_SITE_URL
1920
2021WORKDIR /app
2122
You can’t perform that action at this time.
0 commit comments