mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: rerelease
This commit is contained in:
parent
460b9968e6
commit
28e3025c83
1
.github/workflows/deploy_test_web.yaml
vendored
1
.github/workflows/deploy_test_web.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user