update example

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-11-04 14:11:57 +08:00
parent 9d8f5ac419
commit b2b346a0ca
+1 -1
View File
@@ -18,7 +18,7 @@ The SCP plugin copy files and artifacts to target host machine via SSH. The belo
username: foo
password: bar
port: 22
target: /home/deploy/web
target: /var/www/deploy/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
source: release.tar.gz
```