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.
container/.drone.yml

32 lines
753 B
YAML
Raw Permalink Normal View History

2021-02-14 13:37:12 +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: container
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: container.swarm-test.autonomic.zone
STACK_NAME: container
LETS_ENCRYPT_ENV: production
2021-02-14 13:44:40 +00:00
PORT: 5000
IMAGE: "decentral1se/biobulkbende.org:latest"
2021-02-14 13:37:12 +00:00
trigger:
branch:
- main
2021-06-03 21:00:26 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:27:25 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:00:26 +00:00
settings:
command: recipe container release
2021-06-03 21:00:26 +00:00
deploy_key:
from_secret: abra_bot_deploy_key