appleboy / drone-ssh

Drone plugin for executing remote ssh commands
MIT License
239 stars 73 forks source link

invalid argument "type=bind" for "--mount" flag: target is required #257

Closed wang911hehai closed 1 year ago

wang911hehai commented 1 year ago

script: sudo docker service create --network test_default --with-registry-auth --replicas 2 --name test-gateway --publish 8080:8080 --mount type=bind,source=/data/test/logs,destination=/app/logs job:latest can run in the machine,but run error in drone