Skip to content

Commit 1998e1f

Browse files
authored
Fix public app url
Signed-off-by: Niklas van Schrick <mc.taucher2003@gmail.com>
1 parent 24c05cc commit 1998e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
PAYLOAD_SECRET: build-secret
1919
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/payload
20-
NEXT_PUBLIC_APP_URL: https://code0.tech
20+
NEXT_PUBLIC_APP_URL: https://codezero.build
2121
NEXT_PUBLIC_GA_MEASUREMENT_ID: G-55EJVGDCLZ
2222

2323
steps:

0 commit comments

Comments
 (0)