Skip to content

Commit 53886a7

Browse files
committed
fix(server): wrong env variable condition in nginx conf (#8084)
1 parent f688c05 commit 53886a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deployment/front/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ http {
1414
include /etc/nginx/conf.d/*.conf;
1515

1616
map "${AFFINE_ENV}" $mobile_root {
17-
canary /app/mobile/;
17+
dev /app/mobile/;
1818
default /app/dist/;
1919
}
2020
}

0 commit comments

Comments
 (0)