www.franconian.net/.drone.yml

32 lines
533 B
YAML
Raw Normal View History

2020-10-06 01:32:06 +02:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/hugo
2020-11-13 18:53:46 +01:00
settings:
extended: yes
validate: yes
2020-10-06 01:32:06 +02:00
- 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/www.franconian.net/
source: public/*
strip_components: 1
rm: yes
when:
event:
- push
branch:
2020-10-09 21:11:17 +02:00
- main