update prod deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-06-20 21:16:20 -07:00
parent 8f86cb49eb
commit 53b81c2384
1 changed files with 3 additions and 4 deletions

View File

@ -13,8 +13,7 @@ steps:
- name: build-resume
image: jshaver/root-browserless-chrome
commands:
- "ls -la"
- "sleep 6"
- "sleep 10"
- "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
@ -51,10 +50,10 @@ trigger:
steps:
- name: build-resume
image: browserless/chrome
image: jshaver/root-browserless-chrome
commands:
- "sleep 10"
- "chrome-browser --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/ --virtual-time-budget=10000;"
- "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
settings: