更新 .drone.yml

This commit is contained in:
zhangkaihuai
2025-07-22 07:52:07 +00:00
parent e2e4d3226f
commit a620b248f4

View File

@@ -16,7 +16,6 @@ steps:
- export CI=false
- mkdir -p /app/build/$DRONE_REPO_NAME
- rm -rf /app/build/$DRONE_REPO_NAME/*
- rm -rf node_modules
- cp deployment.yml /app/build/$DRONE_REPO_NAME/
- cp Dockerfile /app/build/$DRONE_REPO_NAME/
- cp .dockerignore /app/build/$DRONE_REPO_NAME/