25 lines
661 B
YAML
25 lines
661 B
YAML
|
pipeline:
|
||
|
publish:
|
||
|
image: plugins/docker
|
||
|
repo: registry.stuifzandapp.com/wiki
|
||
|
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
|
||
|
|
||
|
# notify:
|
||
|
# image: plugins/webhook
|
||
|
# settings:
|
||
|
# debug: true
|
||
|
# secrets:
|
||
|
# - source: result_webhook
|
||
|
# target: plugin_urls
|