You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
468 B
21 lines
468 B
---
|
|
kind: pipeline
|
|
name: deploy to swarm.autonomic.zone
|
|
steps:
|
|
- name: deployment
|
|
image: decentral1se/drone-stack:19.03.8
|
|
settings:
|
|
compose: compose.yml
|
|
host: tcp://swarm.autonomic.zone:2376
|
|
stack_name: nextcloud
|
|
tlsverify: true
|
|
environment:
|
|
PLUGIN_CACERT:
|
|
from_secret: docker_cacert
|
|
PLUGIN_CERT:
|
|
from_secret: docker_cert
|
|
PLUGIN_KEY:
|
|
from_secret: docker_key
|
|
trigger:
|
|
branch:
|
|
- main
|
|
|