Disable swarm deploy for now

This commit is contained in:
Luke Murphy 2020-05-05 09:16:09 +02:00
parent c1cd94e21b
commit 524c3fc5fd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 23 deletions

View File

@ -14,26 +14,3 @@ trigger:
event:
exclude:
- pull_request
---
kind: pipeline
name: deploy to swarm.autonomic.zone
steps:
- name: deployment
image: decentral1se/drone-stack:19.03.8-override-compose
settings:
compose: docker-compose.yml
host: tcp://swarm.autonomic.zone:2376
override_compose: docker-compose.production.yml
stack_name: gitea
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
trigger:
branch:
- master