parent
a03f5edde5
commit
21f5e94ed5
@ -6,6 +6,12 @@ pipeline:
|
|||||||
buildExpired: true
|
buildExpired: true
|
||||||
validate: true
|
validate: true
|
||||||
url: https://staging.vbrandl.net
|
url: https://staging.vbrandl.net
|
||||||
|
compress:
|
||||||
|
image: alpine:latest
|
||||||
|
script:
|
||||||
|
- apk --no-cache update
|
||||||
|
- apk add make
|
||||||
|
- make -C public/ -f Makefile
|
||||||
deploy:
|
deploy:
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
hosts: [ "vbrandl.net" ]
|
hosts: [ "vbrandl.net" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user