ci: deploy the mobile entry (#8028)

This commit is contained in:
Brooooooklyn
2024-09-02 12:59:41 +00:00
parent 56f4634c1f
commit 87da792c4c
3 changed files with 54 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ FROM openresty/openresty:1.25.3.2-0-buster
WORKDIR /app
COPY ./packages/frontend/web/dist ./dist
COPY ./packages/frontend/admin/dist ./admin
COPY ./packages/frontend/mobile/dist ./mobile
COPY ./.github/deployment/front/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
COPY ./.github/deployment/front/affine.nginx.conf /etc/nginx/conf.d/affine.nginx.conf