remove env
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:59:19 -07:00
parent f8650d27c7
commit 9a726904f2
1 changed files with 3 additions and 4 deletions

View File

@ -16,16 +16,15 @@ 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
user: hugo
key:
from_secret: rsync_key
when: when:
branch: branch:
- main - main