diff --git a/.drone.yml b/.drone.yml index 6aef2eb..7d8aac1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,9 @@ steps: commands: - npm install --registry=https://registry.npmmirror.com/ - npm run build - - cp -r dist/. /build/dist + - cp dist/. /build/dist - - name: remote_transmit + - name: remote_transmit image: appleboy/drone-ssh # SSH工具镜像 settings: