This commit is contained in:
parent
4aefd44710
commit
a8a24d31c3
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ steps:
|
|||
- name: build-resume
|
||||
image: browserless/chrome
|
||||
commands:
|
||||
- "ls -la"
|
||||
- "sleep 6"
|
||||
- "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
|
||||
|
@ -51,7 +52,7 @@ steps:
|
|||
- name: build-resume
|
||||
image: browserless/chrome
|
||||
commands:
|
||||
- "sleep 6"
|
||||
- "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;"
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
|
|
Loading…
Reference in a new issue