mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-02 21:52:51 +08:00
Fix volume definition
This commit is contained in:
parent
4c85fe6ea9
commit
16a41a2b92
@ -45,7 +45,7 @@ docker run --rm \
|
|||||||
-e PLUGIN_USER=root \
|
-e PLUGIN_USER=root \
|
||||||
-e PLUGIN_KEY="$(cat ${HOME}/.ssh/id_rsa)" \
|
-e PLUGIN_KEY="$(cat ${HOME}/.ssh/id_rsa)" \
|
||||||
-e PLUGIN_SCRIPT=whoami \
|
-e PLUGIN_SCRIPT=whoami \
|
||||||
-v $(pwd)/$(pwd) \
|
-v $(pwd):$(pwd) \
|
||||||
-w $(pwd) \
|
-w $(pwd) \
|
||||||
plugins/ssh
|
plugins/ssh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user