2018-01-27 23:31:45 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
|
|
|
image: appleboy/drone-scp
|
|
|
|
repo: b12f/bbcom
|
|
|
|
host: web5svsvy.wh.hosting.zone
|
2018-01-27 23:39:13 +00:00
|
|
|
port: 2244
|
2018-01-27 23:31:45 +00:00
|
|
|
secrets:
|
|
|
|
- source: bbcom_ssh_key
|
|
|
|
target: scp_key
|
|
|
|
- source: bbcom_ssh_user
|
|
|
|
target: scp_username
|
2018-01-27 23:42:54 +00:00
|
|
|
source: ./*
|
2018-01-27 23:41:23 +00:00
|
|
|
target: /home/web5svsvy/html/benjaminbaedorf.eu/
|
2018-01-27 23:31:45 +00:00
|
|
|
strip_components: 1
|
2018-01-27 23:37:40 +00:00
|
|
|
rm: true
|