benjaminbaedorf.eu/.drone.yml

27 lines
515 B
YAML
Raw Normal View History

2022-05-09 11:29:57 +00:00
---
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
2022-05-09 11:29:57 +00:00
---
kind: signature
hmac: 6a313777c3776fde8d80a94fb94f98f21164551b1c4e302e3c4d201c9255b695
...