From 357988c2481064a1f869bcd3bda149e206574098 Mon Sep 17 00:00:00 2001 From: Kilu Date: Sun, 30 Jun 2024 15:34:38 +0800 Subject: [PATCH] fix: deploy --- .github/workflows/deploy_web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_web.yaml b/.github/workflows/deploy_web.yaml index 9070c7d33d..59c637e0ca 100644 --- a/.github/workflows/deploy_web.yaml +++ b/.github/workflows/deploy_web.yaml @@ -61,7 +61,7 @@ jobs: - name: Archive build output working-directory: frontend/appflowy_web_app run: | - tar -czf build-output.tar.gz frontend/appflowy_web_app/dist frontend/appflowy_web_app/server.cjs frontend/appflowy_web_app/start.sh frontend/appflowy_web_app/Dockerfile frontend/appflowy_web_app/nginx.conf frontend/appflowy_web_app/.env + tar -czf build-output.tar.gz dist server.cjs start.sh Dockerfile nginx.conf .env - name: Deploy to EC2 (Test) if: github.event.inputs.environment == 'test' || github.ref == 'refs/heads/build/test'