更新 .drone.yml

This commit is contained in:
zhangkaihuai
2025-06-14 15:25:22 +00:00
parent f9ef5c7087
commit 4371ccb5e7

View File

@@ -13,7 +13,7 @@ steps:
- name: cache - name: cache
path: /drone/src/node_modules path: /drone/src/node_modules
commands: commands:
- npm cache clean --force - export CI=false
- mkdir -p /app/build/$DRONE_REPO_NAME - mkdir -p /app/build/$DRONE_REPO_NAME
- rm -rf /app/build/$DRONE_REPO_NAME/* - rm -rf /app/build/$DRONE_REPO_NAME/*
- cp deployment.yml /app/build/$DRONE_REPO_NAME/ - cp deployment.yml /app/build/$DRONE_REPO_NAME/