Use abra as a Drone plugin!
Go to file
decentral1se d0d9e11b0b
continuous-integration/drone/push Build is passing Details
Use a pluggable branch
2021-06-03 22:02:25 +02:00
.drone.yml Init this new plugin 2021-06-03 19:50:14 +02:00
Dockerfile Override ENTRYPOINT from upstream abra 2021-06-03 21:20:01 +02:00
LICENSE Init this new plugin 2021-06-03 19:50:14 +02:00
README.md Use a pluggable branch 2021-06-03 22:02:25 +02:00
makefile Add makefile 2021-06-03 21:09:31 +02:00
plugin.sh Use a pluggable branch 2021-06-03 22:02:25 +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)

Optional

  • deploy_key: SSH private key part for running git push related commands
  • recipe_branch (default: main): The target branch to use for recipe release git push operations

Example

---
kind: pipeline
name: release a new recipe
steps:
  - name: cut a new release of wordpress
    image: decentral1se/drone-abra:latest
    settings:
      command: recipe release
      deploy_key:
        from_secret: drone_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.