diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index df3f43d..613068a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -23,6 +23,7 @@ jobs: # 如果目录不存在,报错并退出当前步骤 exit 1 fi + ls -lha /app/xsy-www/ cp -r ./dist/* /app/xsy-www/ - name: Find and restart the app container