Fix deployment target in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-03-18 22:08:02 +01:00
parent 07d94a789a
commit d75e55ec49

View File

@ -35,13 +35,13 @@ steps:
from_secret: ssh_key
script:
- cd /home/hub/hub
- docker-compose pull web
- docker-compose pull hub
- docker-compose up -d
- name: notify
image: plugins/webhook
settings:
debug: true
secrets:
- source: result_webhook
target: plugin_urls
# - name: notify
# image: plugins/webhook
# settings:
# debug: true
# secrets:
# - source: result_webhook
# target: plugin_urls