fix: deploy

This commit is contained in:
Kilu 2024-06-30 15:34:38 +08:00
parent 655b0735bb
commit 357988c248

View File

@ -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'