diff --git a/.github/deployment/front/nginx.conf b/.github/deployment/front/nginx.conf index b74bf71796..87c196f3d8 100644 --- a/.github/deployment/front/nginx.conf +++ b/.github/deployment/front/nginx.conf @@ -14,7 +14,7 @@ http { include /etc/nginx/conf.d/*.conf; map "${AFFINE_ENV}" $mobile_root { - canary /app/mobile/; + dev /app/mobile/; default /app/dist/; } }