maps.franconian.net/.drone.yml

27 lines
434 B
YAML
Raw Normal View History

2020-11-17 16:37:17 +01:00
---
kind: pipeline
type: docker
name: default
steps:
- name: deploy
image: appleboy/drone-scp
settings:
host: dragon.luj0ga.de
username: www
key:
from_secret: ssh_key
passphrase:
from_secret: ssh_passphrase
target: /srv/www/sites/maps.franconian.net/
2020-11-17 17:09:28 +01:00
source:
- '!.*'
- '*'
2020-11-17 16:37:17 +01:00
rm: yes
when:
event:
- push
branch:
- main