Compare commits
No commits in common. "41296f7649745fc3a543dc4a100994cbe8d1847c" and "8a4a6251bfa2ab15ed844bc711ecc3648305209d" have entirely different histories.
41296f7649
...
8a4a6251bf
26
.drone.yml
26
.drone.yml
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
|
||||
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
|
Binary file not shown.
After ![]() (image error) Size: 4.9 KiB |
Binary file not shown.
After ![]() (image error) Size: 87 KiB |
Loading…
Reference in New Issue