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