857840d73399bb66bb40b684ec1c904fb1c50118
drone-abra
Use abra as a Drone plugin!
Settings
Required (no default)
- command: The command to run (passed to
abraexecutable) - deploy_key: SSH private key part for running
git pushrelated commands
Optional
- recipe_branch (default:
main): The target branch to use for recipe releasegit pushoperations
Example
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: recipe matrix-synapse release
deploy_key:
from_secret: abra_bot_deploy_key
Publishing
The version can be bumped in the .drone.yml file. We're sticking with latest as we iterate on the code right now.
If you push a commit to master, the Drone config will publish to Docker Hub.
Languages
Makefile
46.1%
Dockerfile
33.3%
Shell
20.6%