We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcac6ea commit a817b5aCopy full SHA for a817b5a
.github/workflows/deploy.yml
@@ -321,7 +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
+ NEXT_PUBLIC_SITE_URL=${{ 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 }}
0 commit comments