forked from coop-cloud/portainer
Add Drone CI
This commit is contained in:
parent
80b301876a
commit
72b5ce18e3
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: deploy to swarm-test.autonomic.zone
|
||||||
|
steps:
|
||||||
|
- name: deployment
|
||||||
|
image: decentral1se/stack-ssh-deploy:latest
|
||||||
|
settings:
|
||||||
|
host: swarm-test.autonomic.zone
|
||||||
|
stack: portainer
|
||||||
|
deploy_key:
|
||||||
|
from_secret: drone_ssh_swarm_test
|
||||||
|
purge: true
|
||||||
|
environment:
|
||||||
|
DOMAIN: portainer.swarm-test.autonomic.zone
|
||||||
|
STACK_NAME: portainer
|
||||||
|
LETS_ENCRYPT_ENV: production
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user