drone-abra/README.md

839 B

drone-abra

Use abra as a Drone plugin!

Settings

Required (no default)

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

Example

---
kind: pipeline
name: release a new recipe
steps:
  - name: stack deploy
    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.