Update deployment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-23 10:32:06 +02:00
parent 3690db2e9e
commit d6f1de31bf
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 12 deletions

View File

@ -3,19 +3,11 @@ kind: pipeline
name: deploy to swarm.autonomic.zone
steps:
- name: deployment
image: decentral1se/drone-stack:19.03.8
image: decentral1se/stack-ssh-deploy:0.0.1
settings:
compose: compose.yml
host: tcp://swarm.autonomic.zone:2376
stack_name: well-known-uris
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
stack: well-known-uris
deploy_key:
from_secret: drone_deploy_key
trigger:
branch:
- master