Initial commit

This commit is contained in:
Luca 2020-11-17 16:37:17 +01:00
commit f2798ea184
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
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/
source: *
rm: yes
when:
event:
- push
branch:
- main