File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ COORDINATOR_SECRET=coordinator-secret # generate the actual secret with `openssl
8282
8383# DEPOT_ORG_ID=<Depot org id>
8484# DEPOT_TOKEN=<Depot org token>
85- # DEPLOY_REGISTRY_HOST=${APP_ORIGIN} # This is the host that the deploy CLI will use to push images to the registry
85+ DEPLOY_REGISTRY_HOST = ${ APP_ORIGIN } # This is the host that the deploy CLI will use to push images to the registry
8686# DEV_OTEL_EXPORTER_OTLP_ENDPOINT="http://0.0.0.0:4318"
8787# These are needed for the object store (for handling large payloads/outputs)
8888# OBJECT_STORE_BASE_URL="https://{bucket}.{accountId}.r2.cloudflarestorage.com"
Original file line number Diff line number Diff line change 8686 SESSION_SECRET : " secret"
8787 MAGIC_LINK_SECRET : " secret"
8888 ENCRYPTION_KEY : " secret"
89+ DEPLOY_REGISTRY_HOST : " docker.io"
8990
9091 - name : Gather all reports
9192 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments