test getting pdf out of the system
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
94cb6bb3d9
commit
7b506cb9db
12
.drone.yml
12
.drone.yml
@ -24,8 +24,18 @@ steps:
|
||||
port: 22
|
||||
command_timeout: 2m
|
||||
script:
|
||||
- /home/thomas/.nvm/versions/node/v17.4.0/bin/node /home/thomas/.nvm/versions/node/v17.4.0/bin/md-to-pdf
|
||||
- /home/thomas/.nvm/versions/node/v17.4.0/bin/node /home/thomas/.nvm/versions/node/v17.4.0/bin/md-to-pdf --config-file /tmp/resumemd/config.js /tmp/resumemd/Resume.md
|
||||
|
||||
- name: return_pdf
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: 192.168.10.5
|
||||
username: thomas
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
port: 22
|
||||
source: Resume.pdf
|
||||
target: ./
|
||||
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
|
Loading…
Reference in New Issue
Block a user