Update .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-22 00:48:12 +08:00
parent 9faf75265d
commit b4ba201631

View File

@@ -27,6 +27,7 @@ jobs:
exit 1 exit 1
fi fi
ls -lha /app/xsy-www/ ls -lha /app/xsy-www/
rm -rf /app/xsy-www/*
cp -r ./dist/* /app/xsy-www/ cp -r ./dist/* /app/xsy-www/
- name: Find and restart the app container - name: Find and restart the app container