fix settings?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
John Shaver 2021-06-16 23:53:07 -07:00
parent 25b68e7621
commit 901d82eb79
1 changed files with 10 additions and 11 deletions

View File

@ -38,14 +38,13 @@ steps:
- npm test
- name: deploy
image: drillster/drone-rsync
hosts:
- jshaver.net
user: deploy
key:
from_secret: deploy-key
source: ./
target: /var/www/jshaver_net/stage
args:
- "--files-from=./deploy-list.txt"
settings:
hosts:
- jshaver.net
user: deploy
key:
from_secret: deploy-key
source: ./
target: /var/www/jshaver_net/stage
args:
- "--files-from=deploy-list.txt"