Compare commits
No commits in common. "a55d91102694d291e4acd6352d5e1f645ab4a1dc" and "41296f7649745fc3a543dc4a100994cbe8d1847c" have entirely different histories.
a55d911026
...
41296f7649
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
|
||||
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.
Before Width: | Height: | Size: 5.2 KiB |
BIN
dungeon.png
BIN
dungeon.png
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
BIN
morefloor.png
BIN
morefloor.png
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB |
Binary file not shown.
Before Width: | Height: | Size: 87 KiB |
Loading…
Reference in New Issue