Add Drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-05-02 12:53:18 +02:00
parent 112805e281
commit 7f30fca4ae
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
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: minio
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: minio.swarm-test.autonomic.zone
STACK_NAME: minio
LETS_ENCRYPT_ENV: production
SECRET_SECRET_KEY_VERSION: v1
SECRET_ACCESS_KEY_VERSION: v1
trigger:
branch:
- main