mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: deploy
This commit is contained in:
parent
80255f98de
commit
15de98d61c
2
.github/workflows/deploy_web.yaml
vendored
2
.github/workflows/deploy_web.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Archive build output
|
||||
working-directory: frontend/appflowy_web_app
|
||||
run: |
|
||||
tar -czf build-output.tar.gz dist server.cjs start.sh Dockerfile nginx.conf .env
|
||||
tar -czf build-output.tar.gz dist server.cjs start.sh Dockerfile nginx.conf .env supervisord.conf
|
||||
|
||||
- name: Deploy to EC2 (Test)
|
||||
if: github.event.inputs.environment == 'test' || github.ref == 'refs/heads/build/test'
|
||||
|
Loading…
Reference in New Issue
Block a user