parent
f60654cde8
commit
3a01e51ecb
@ -0,0 +1,19 @@ |
|||||||
|
--- |
||||||
|
kind: pipeline |
||||||
|
type: docker |
||||||
|
name: default |
||||||
|
|
||||||
|
steps: |
||||||
|
- name: build |
||||||
|
image: jonasfranz/thesis:latest |
||||||
|
pull: 'always' |
||||||
|
commands: |
||||||
|
- make publish |
||||||
|
|
||||||
|
- name: upload |
||||||
|
image: curlimages/curl |
||||||
|
environment: |
||||||
|
WEBDAV_AUTH: |
||||||
|
from_secret: webdav_auth |
||||||
|
commands: |
||||||
|
- curl -T thesis.pdf -u "$WEBDAV_AUTH" https://cloud.jfdev.de/remote.php/dav/files/drone/Uploads/ |
Loading…
Reference in new issue