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 from_secret: ssh_key
script: script:
- cd /home/hub/hub - cd /home/hub/hub
- docker-compose pull web - docker-compose pull hub
- docker-compose up -d - docker-compose up -d
- name: notify # - name: notify
image: plugins/webhook # image: plugins/webhook
settings: # settings:
debug: true # debug: true
secrets: # secrets:
- source: result_webhook # - source: result_webhook
target: plugin_urls # target: plugin_urls