mirror of
https://github.com/drillster/drone-rsync.git
synced 2026-06-14 22:11:49 +08:00
updated DOCs
This commit is contained in:
@@ -24,7 +24,8 @@ docker run --rm \
|
||||
-e PLUGIN_HOSTS="127.0.0.1, 127.0.0.2, 127.0.0.3" \
|
||||
-e PLUGIN_PORTS="22, 23, 24" \
|
||||
-e PLUGIN_TARGET="./" \
|
||||
-e PLUGIN_SCRIPT="echo \"Done!\"" \
|
||||
-e PLUGIN_PRESCRIPT="echo \"Prescript Done!\"" \
|
||||
-e PLUGIN_POSTSCRIPT="echo \"Postscript Done!\"" \
|
||||
-e PLUGIN_ARGS="--blocking-io" \
|
||||
-v $(pwd):$(pwd) \
|
||||
-w $(pwd) \
|
||||
|
||||
Reference in New Issue
Block a user