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

---
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
SECRET_DB_ROOT_PASSWORD_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe strapi release
deploy_key:
from_secret: abra_bot_deploy_key