benjaminbaedorf.eu/.drone.yml
Benjamin Bädorf c3df1ec93e Now them
2018-01-28 00:41:23 +01:00

15 lines
360 B
YAML

pipeline:
publish:
image: appleboy/drone-scp
repo: b12f/bbcom
host: web5svsvy.wh.hosting.zone
port: 2244
secrets:
- source: bbcom_ssh_key
target: scp_key
- source: bbcom_ssh_user
target: scp_username
source: ./*.html
target: /home/web5svsvy/html/benjaminbaedorf.eu/
strip_components: 1
rm: true