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
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user