From 30e24294cb1095bd6f08bfe90de82c7499c7e28c Mon Sep 17 00:00:00 2001 From: Kilu Date: Sat, 29 Jun 2024 00:22:55 +0800 Subject: [PATCH] fix: deploy --- .github/workflows/deploy_test_web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test_web.yaml b/.github/workflows/deploy_test_web.yaml index f4cc82fa80..063363c9b5 100644 --- a/.github/workflows/deploy_test_web.yaml +++ b/.github/workflows/deploy_test_web.yaml @@ -71,4 +71,4 @@ jobs: cd appflowy-web-app docker build -t appflowy-web-app . docker rm -f appflowy-web-app || true - docker run -d -p 3000:3000 --env-file .env --name appflowy-web-app appflowy-web-app + docker run -d -p 3000:3000 --env-file .env -v /var/www/html/appflowy-web-app:/usr/share/nginx/html --name appflowy-web-app appflowy-web-app