indentation
parent
3d6d1eb824
commit
18131e0486
15
.drone.yml
15
.drone.yml
|
@ -16,13 +16,14 @@ steps:
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
hosts:
|
settings:
|
||||||
- moonside.games
|
hosts:
|
||||||
target: /var/www/docs/encompass
|
- moonside.games
|
||||||
source: public/
|
target: /var/www/docs/encompass
|
||||||
recursive: true
|
source: public/
|
||||||
key:
|
recursive: true
|
||||||
from_secret: rsync_key
|
key:
|
||||||
|
from_secret: rsync_key
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue