This commit is contained in:
parent
553c45cf4f
commit
d83dca2424
32
.drone.yml
32
.drone.yml
|
@ -5,20 +5,20 @@ pipeline:
|
||||||
registry: registry.stuifzandapp.com
|
registry: registry.stuifzandapp.com
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
# host: wiki.p83.nl
|
host: wiki.p83.nl
|
||||||
# username: microsub
|
username: wiki
|
||||||
# secrets: ['ssh_key']
|
secrets: ['ssh_key']
|
||||||
# script:
|
script:
|
||||||
# - cd /home/microsub/microsub
|
- cd /home/wiki/wiki
|
||||||
# - docker-compose pull web
|
- docker-compose pull web
|
||||||
# - docker-compose up -d
|
- docker-compose up -d
|
||||||
|
|
||||||
# notify:
|
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