This commit is contained in:
parent
0e727bae2e
commit
e51f964a64
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ steps:
|
|||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- "google-chrome --headless --enable-logging=stderr -v=1 --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --virtual-time-budget=20000 --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/;"
|
||||
- sleep 10
|
||||
- curl http://resume-server:8080/
|
||||
- "google-chrome --headless --enable-logging=stderr -v=1 --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --virtual-time-budget=20000 --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume-server:8080/"
|
||||
- chmod 644 ./John-Shaver-Resume-2021.pdf
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
|
|
Loading…
Reference in a new issue