ekster/.drone.yml
Peter Stuifzand 77c375e7d2
All checks were successful
the build was successful
Change .drone.yml notifciation webhook
2019-01-16 12:08:58 +01:00

25 lines
654 B
YAML

pipeline:
publish:
image: plugins/docker
repo: registry.stuifzandapp.com/microsub-server
registry: registry.stuifzandapp.com
secrets: [ docker_username, docker_password ]
deploy:
image: appleboy/drone-ssh
host: microsub.stuifzandapp.com
username: microsub
secrets: ['ssh_key']
script:
- cd /home/microsub/microsub
- docker-compose pull web
- docker-compose up -d
notify:
image: plugins/webhook
settings:
debug: true
secrets:
- source: result_webhook
target: plugin_urls