18 lines
390 B
YAML
18 lines
390 B
YAML
|
pipeline:
|
||
|
publish:
|
||
|
image: appleboy/drone-scp
|
||
|
repo: b12f/bbcom
|
||
|
host: web5svsvy.wh.hosting.zone
|
||
|
port: 22
|
||
|
secrets:
|
||
|
- source: bbcom_ssh_key
|
||
|
target: scp_key
|
||
|
- source: bbcom_ssh_user
|
||
|
target: scp_username
|
||
|
source: dist/*
|
||
|
target: /html/benjaminbaedorf.eu/
|
||
|
strip_components: 1
|
||
|
rm: true
|
||
|
when:
|
||
|
event: tag
|
||
|
status: success
|