more rysnc config
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

pull/1/head
Evan Hemsley 2020-07-12 01:57:38 -07:00
parent 18131e0486
commit f8650d27c7
1 changed files with 4 additions and 2 deletions

View File

@ -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