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 d0e2cde commit 040782bCopy full SHA for 040782b
.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
+ CMS_ADMIN_HOST=${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it
325
CMS_HOSTNAME=${{ steps.vars.outputs.cms_hostname }}
326
CONFERENCE_CODE=${{ steps.vars.outputs.conference_code }}
327
0 commit comments