From 28e3025c8317cf4be938c3bece7a749d77b39ae4 Mon Sep 17 00:00:00 2001 From: Kilu Date: Sun, 30 Jun 2024 01:06:54 +0800 Subject: [PATCH] fix: rerelease --- .github/workflows/deploy_test_web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_test_web.yaml b/.github/workflows/deploy_test_web.yaml index 06fbf4965d..779e974482 100644 --- a/.github/workflows/deploy_test_web.yaml +++ b/.github/workflows/deploy_test_web.yaml @@ -69,6 +69,7 @@ jobs: EXCLUDE: "frontend/appflowy_web_app/dist/, frontend/appflowy_web_app/node_modules/" SCRIPT_AFTER: | cd appflowy-web-app + docker system prune -f docker build -t appflowy-web-app . docker rm -f appflowy-web-app || true docker run -d -p 3000:80 --env-file .env --name appflowy-web-app appflowy-web-app