benjaminbaedorf.eu/.drone.yml

27 lines
508 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:
2022-05-09 11:33:26 +00:00
from_secret: bbeu_ssh_user
2019-11-04 14:05:49 +00:00
key:
2022-05-09 11:33:26 +00:00
from_secret: ssh_key
2019-11-04 14:05:49 +00:00
source: ./*
target: /home/web5svsvy/html/benjaminbaedorf.eu/
rm: true
2022-05-09 11:29:57 +00:00
---
kind: signature
2022-05-09 11:33:26 +00:00
hmac: 45f13151a9c5b44b0ccd43dce5176499fa648f446bf5797774b5ec701474e904
2022-05-09 11:29:57 +00:00
...