Fix deployment target in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
07d94a789a
commit
d75e55ec49
16
.drone.yml
16
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user