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