fix yaml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez 2020-05-05 23:18:06 -03:00
parent b1241e2e3b
commit f2a956ded4

View File

@ -18,18 +18,18 @@ steps:
# theme: path/themes/THEMENAME/
- name: deploy
image: drillster/drone-rsync
environment:
RSYNC_KEY:
from_secret: deploy_ssh_key
RSYNC_USER:
from_secret: deploy_ssh_user
settings:
hosts:
- mau.ro
source: public/
target:
from_secret: deploy_dir
when:
branch:
- master
image: drillster/drone-rsync
environment:
RSYNC_KEY:
from_secret: deploy_ssh_key
RSYNC_USER:
from_secret: deploy_ssh_user
settings:
hosts:
- from_secret: deploy_host
source: public/
target:
from_secret: deploy_dir
when:
branch:
- master