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

This commit is contained in:
Luke Murphy 2020-09-23 10:04:24 +02:00
parent e0f63d7a09
commit 45402139ba
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: installer-scripts
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
stack: installer-scripts
deploy_key:
from_secret: drone_deploy_key
trigger:
branch:
- main