Enable Drone to try out secret generation
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-09-25 19:27:24 +02:00
parent ff967f2318
commit d690c459ec
1 changed files with 23 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
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: rocketchat
deploy_key:
from_secret: drone_ssh_swarm_test
generate_secrets: true
environment:
DOMAIN: rocketchat.swarm-test.autonomic.zone
STACK_NAME: rocketchat
LETS_ENCRYPT_ENV: production
ADMIN_PASSWORD_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
ADMIN_USERNAME: admin
ADMIN_EMAIL: rocketchat@swarm-test.autonomic.zone
trigger:
branch:
- main