Use abra as a Drone plugin!
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.
Go to file
decentral1se be81d6f2db
continuous-integration/drone/push Build is passing Details
Versions first
2021-06-03 22:23:30 +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 Oh, that is mandatory 2021-06-03 22:19:21 +02:00
makefile Add makefile 2021-06-03 21:09:31 +02:00
plugin.sh Versions first 2021-06-03 22:23:30 +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: 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.