wiki/.drone.yml
Peter Stuifzand d83dca2424
All checks were successful
the build was successful
Add webhook and deploy to .drone.yml
2019-02-05 21:43:28 +01:00

25 lines
617 B
YAML

pipeline:
publish:
image: plugins/docker
repo: registry.stuifzandapp.com/wiki
registry: registry.stuifzandapp.com
secrets: [ docker_username, docker_password ]
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
notify:
image: plugins/webhook
settings:
debug: true
secrets:
- source: result_webhook
target: plugin_urls