This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
drone/.drone.yml

25 lines
612 B
YAML
Raw Normal View History

2020-10-01 12:11:10 +00:00
---
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: drone
deploy_key:
from_secret: drone_ssh_swarm_test
generate_secrets: true
purge: true
environment:
DOMAIN: drone.swarm-test.autonomic.zone
STACK_NAME: drone
LETS_ENCRYPT_ENV: production
2020-10-01 12:13:16 +00:00
GITEA_DOMAIN: gitea.swarm-test.autonomic.zone
GITEA_CLIENT_ID: drone-test
RPC_SECRET_VERSION: v1
DRONE_ENV_VERSION: v1
2020-10-01 12:11:10 +00:00
trigger:
branch:
- master