14 lines
331 B
YAML
14 lines
331 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: ./*
|
|
target: /home/web5svsvy/html/benjaminbaedorf.eu/
|
|
rm: true |