2019-11-04 14:05:49 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
steps:
|
|
|
|
- name: publish
|
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
- master
|
2018-01-27 23:31:45 +00:00
|
|
|
image: appleboy/drone-scp
|
|
|
|
repo: b12f/bbcom
|
2019-11-04 14:05:49 +00:00
|
|
|
settings:
|
|
|
|
host: web5svsvy.wh.hosting.zone
|
|
|
|
port: 2244
|
|
|
|
username:
|
|
|
|
from_secret: bbcom_ssh_user
|
|
|
|
key:
|
|
|
|
from_secret: bbcom_ssh_key
|
|
|
|
source: ./*
|
|
|
|
target: /home/web5svsvy/html/benjaminbaedorf.eu/
|
|
|
|
rm: true
|