Update CI
This commit is contained in:
parent
64e8875565
commit
cecc168eff
1 changed files with 22 additions and 24 deletions
|
@ -5,6 +5,7 @@ workspace:
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
|
pull: never
|
||||||
commands:
|
commands:
|
||||||
- git lfs pull
|
- git lfs pull
|
||||||
- hugo --destination /checkout/public
|
- hugo --destination /checkout/public
|
||||||
|
@ -18,27 +19,24 @@ pipeline:
|
||||||
- rm -f /checkout/public/.gitadd /checkout/public/.gitignore
|
- rm -f /checkout/public/.gitadd /checkout/public/.gitignore
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/www/htdocs/dennogumi.org:/site
|
- /srv/www/htdocs/dennogumi.org:/site
|
||||||
#deploy:
|
deploy:
|
||||||
#image: einar/drone-rsync
|
image: einar/hugo
|
||||||
#pull: never
|
pull: never
|
||||||
#settings:
|
commands:
|
||||||
#source: public/
|
- rsync -aXHP /checkout/public/ /site/ --exclude .gitadd --exclude .gitignore
|
||||||
#target: /site/
|
volumes:
|
||||||
#recursive: true
|
- /srv/www/htdocs/dennogumi.org:/site
|
||||||
#exclude: [".gitignore", ".gitadd"]
|
notify:
|
||||||
#volumes:
|
image: plugins/matrix
|
||||||
#- /srv/www/htdocs/dennogumi.org:/site
|
settings:
|
||||||
#notify:
|
homeserver: https://conference.heavensinferno.net
|
||||||
#image: plugins/matrix
|
roomid:
|
||||||
#settings:
|
from_secret: roomid
|
||||||
#homeserver: https://conference.heavensinferno.net
|
accesstoken:
|
||||||
#roomid:
|
from_secret: access_token
|
||||||
#from_secret: roomid
|
userid:
|
||||||
#accesstoken:
|
from_secret: user_id
|
||||||
#from_secret: access_token
|
when:
|
||||||
#userid:
|
status:
|
||||||
#from_secret: user_id
|
- failure
|
||||||
#when:
|
- success
|
||||||
#status:
|
|
||||||
#- failure
|
|
||||||
#- success
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue