Use abra as a Drone plugin!
Go to file
3wc 857840d733 Only publish image if shellcheck passes
[ci skip]
2023-01-15 17:18:29 -08:00
.drone.yml Only publish image if shellcheck passes 2023-01-15 17:18:29 -08:00
Dockerfile Use `dev` version of abra for now 2023-01-15 17:13:32 -08:00
LICENSE Init this new plugin 2021-06-03 19:50:14 +02:00
README.md Fix namespace 2021-06-21 12:33:59 +02:00
apps.json Use new image namespace 2021-06-21 12:27:31 +02:00
makefile Update for new abra 2023-01-15 17:09:56 -08:00
plugin.sh Update URLs, use `host` option 2021-08-16 19:46:22 +02:00

README.md

drone-abra

Build Status

Use abra as a Drone plugin!

Settings

Required (no default)

  • command: The command to run (passed to abra executable)
  • deploy_key: SSH private key part for running git push related commands

Optional

  • recipe_branch (default: main): The target branch to use for recipe release git push operations

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.