more rysnc config
parent
18131e0486
commit
f8650d27c7
|
@ -16,14 +16,16 @@ steps:
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
|
environment:
|
||||||
|
RSYNC_KEY:
|
||||||
|
from_secret: rsync_key
|
||||||
|
RSYNC_USER: hugo
|
||||||
settings:
|
settings:
|
||||||
hosts:
|
hosts:
|
||||||
- moonside.games
|
- moonside.games
|
||||||
target: /var/www/docs/encompass
|
target: /var/www/docs/encompass
|
||||||
source: public/
|
source: public/
|
||||||
recursive: true
|
recursive: true
|
||||||
key:
|
|
||||||
from_secret: rsync_key
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue