diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8b646fe..1376e34 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -27,6 +27,7 @@ jobs: exit 1 fi ls -lha /app/xsy-www/ + rm -rf /app/xsy-www/* cp -r ./dist/* /app/xsy-www/ - name: Find and restart the app container