try combining args
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-06-22 11:21:07 -07:00
parent 66d7cd6221
commit 88d71f1f4f
1 changed files with 4 additions and 7 deletions

View File

@ -29,9 +29,7 @@ steps:
prescript:
- mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume
recursive: true
args:
- "-v"
- "--files-from=deploy-list.txt"
args: "-v --files-from=deploy-list.txt"
services:
- name: resume-server
@ -60,7 +58,8 @@ steps:
- name: build-resume
image: jshaver/root-browserless-chrome
commands:
- "sleep 10"
- git submodule update --recursive --remote
- sleep 3
- "google-chrome --headless --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/ --virtual-time-budget=10000;"
- name: deploy
image: drillster/drone-rsync
@ -73,9 +72,7 @@ steps:
source: ./
target: /var/www/jshaver_net/resume
recursive: true
args:
- "--files-from=deploy-list.txt"
- "-v"
args: "-v --files-from=deploy-list.txt"
services:
- name: resume-server