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

33 lines
777 B
YAML
Raw Permalink Normal View History

2020-09-30 23:27:58 +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: strapi
deploy_key:
from_secret: drone_ssh_swarm_test
generate_secrets: true
purge: true
environment:
DOMAIN: strapi.swarm-test.autonomic.zone
STACK_NAME: strapi
LETS_ENCRYPT_ENV: production
ENTRYPOINT_CONF_VERSION: v1
2021-01-16 15:43:03 +00:00
SECRET_DB_ROOT_PASSWORD_VERSION: v1
2020-09-30 23:27:58 +00:00
trigger:
branch:
- main
2021-06-03 21:01:28 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:32:10 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:01:28 +00:00
settings:
command: recipe strapi release
2021-06-03 21:01:28 +00:00
deploy_key:
from_secret: abra_bot_deploy_key