Skip to content

Commit a817b5a

Browse files
committed
fix
1 parent dcac6ea commit a817b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +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
324+
NEXT_PUBLIC_SITE_URL=${{ fromJSON('["pastaporto-frontend.", ""]')[github.ref == 'refs/heads/main'] }}pycon.it
325325
CMS_ADMIN_HOST=${{ fromJSON('["pastaporto-", ""]')[github.ref == 'refs/heads/main'] }}admin.pycon.it
326326
CMS_HOSTNAME=${{ steps.vars.outputs.cms_hostname }}
327327
CONFERENCE_CODE=${{ steps.vars.outputs.conference_code }}

0 commit comments

Comments
 (0)