Skip to content

Commit 6263e35

Browse files
committed
include CONVEX_CLOUD_ORIGIN and CONVEX_SITE_ORIGIN
1 parent 6b3d4bf commit 6263e35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release_self_hosted_images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
image: ghcr.io/get-convex/convex-backend:latest
1515
env:
1616
ACTIONS_USER_TIMEOUT_SECS: "20"
17+
CONVEX_CLOUD_ORIGIN: "http://127.0.0.1:3210"
18+
CONVEX_SITE_ORIGIN: "http://127.0.0.1:3211"
1719
ports:
1820
- "3210:3210" # Backend API
1921
- "3211:3211" # Site proxy

0 commit comments

Comments
 (0)