This commit is contained in:
parent
553c45cf4f
commit
d83dca2424
32
.drone.yml
32
.drone.yml
|
@ -5,20 +5,20 @@ pipeline:
|
|||
registry: registry.stuifzandapp.com
|
||||
secrets: [ docker_username, docker_password ]
|
||||
|
||||
# deploy:
|
||||
# image: appleboy/drone-ssh
|
||||
# host: wiki.p83.nl
|
||||
# username: microsub
|
||||
# secrets: ['ssh_key']
|
||||
# script:
|
||||
# - cd /home/microsub/microsub
|
||||
# - docker-compose pull web
|
||||
# - docker-compose up -d
|
||||
deploy:
|
||||
image: appleboy/drone-ssh
|
||||
host: wiki.p83.nl
|
||||
username: wiki
|
||||
secrets: ['ssh_key']
|
||||
script:
|
||||
- cd /home/wiki/wiki
|
||||
- docker-compose pull web
|
||||
- docker-compose up -d
|
||||
|
||||
# notify:
|
||||
# image: plugins/webhook
|
||||
# settings:
|
||||
# debug: true
|
||||
# secrets:
|
||||
# - source: result_webhook
|
||||
# target: plugin_urls
|
||||
notify:
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
debug: true
|
||||
secrets:
|
||||
- source: result_webhook
|
||||
target: plugin_urls
|
||||
|
|
Loading…
Reference in New Issue
Block a user