chmod pdf 644
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2021-06-22 12:09:45 -07:00
parent 456ce9fc14
commit 9c0209fe1d
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ steps:
- git submodule init
- git submodule update --recursive --remote
- "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;"
- chmod 644 ./John-Shaver-Resume-2021.pdf
- name: deploy
image: drillster/drone-rsync
settings:
@ -60,6 +61,7 @@ steps:
- git submodule init
- git submodule update --recursive --remote
- "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;"
- chmod 644 ./John-Shaver-Resume-2021.pdf
- name: deploy
image: drillster/drone-rsync
settings: