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

35 lines
829 B
YAML
Raw Permalink Normal View History

2020-09-25 15:20:39 +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: kimai
deploy_key:
from_secret: drone_ssh_swarm_test
2020-09-25 23:06:31 +00:00
generate_secrets: true
purge: true
2020-09-25 15:20:39 +00:00
environment:
DOMAIN: kimai.swarm-test.autonomic.zone
STACK_NAME: kimai
LETS_ENCRYPT_ENV: production
ENTRYPOINT_CONF_VERSION: v1
ADMIN_PASSWORD_VERSION: v1
DB_PASSWORD_VERSION: v1
DB_ROOT_PASSWORD_VERSION: v1
trigger:
branch:
- main
2021-06-03 21:00:50 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:28:40 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:00:50 +00:00
settings:
command: recipe kimai release
2021-06-03 21:00:50 +00:00
deploy_key:
from_secret: abra_bot_deploy_key