2019-02-05 20:28:37 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
|
|
|
image: plugins/docker
|
|
|
|
repo: registry.stuifzandapp.com/wiki
|
|
|
|
registry: registry.stuifzandapp.com
|
|
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
|
2019-02-05 20:43:28 +00:00
|
|
|
deploy:
|
|
|
|
image: appleboy/drone-ssh
|
|
|
|
host: wiki.p83.nl
|
|
|
|
username: wiki
|
|
|
|
secrets: ['ssh_key']
|
|
|
|
script:
|
|
|
|
- cd /home/wiki/wiki
|
|
|
|
- docker-compose pull web
|
|
|
|
- docker-compose up -d
|
2019-02-05 20:28:37 +00:00
|
|
|
|
2019-02-05 20:43:28 +00:00
|
|
|
notify:
|
|
|
|
image: plugins/webhook
|
|
|
|
settings:
|
|
|
|
debug: true
|
|
|
|
secrets:
|
|
|
|
- source: result_webhook
|
|
|
|
target: plugin_urls
|