Skip to content

Commit 2ed9073

Browse files
test
1 parent aa4605e commit 2ed9073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ jobs:
117117
run: yarn workspace main build
118118
env:
119119
NODE_ENV: production
120-
NEXT_PUBLIC_ORIGIN: https://ci.learn.mit.edu
121-
NEXT_PUBLIC_MITOL_API_BASE_URL: https://api.ci.learn.mit.edu
120+
NEXT_PUBLIC_ORIGIN: https://cifake.learn.mit.edu
121+
NEXT_PUBLIC_MITOL_API_BASE_URL: https://api.cifake.learn.mit.edu
122122
NEXT_PUBLIC_CSRF_COOKIE_NAME: cookie-monster
123123
NEXT_PUBLIC_SITE_NAME: MIT Learn
124-
NEXT_PUBLIC_MITOL_SUPPORT_EMAIL: help@ci.learn.mit.edu
124+
NEXT_PUBLIC_MITOL_SUPPORT_EMAIL: help@citest.learn.mit.edu
125125
# do this before typecheck. See https://github.com/vercel/next.js/issues/53959#issuecomment-1735563224
126126

127127
- name: Typecheck

0 commit comments

Comments
 (0)