Use abra as a Drone plugin!
Go to file
decentral1se cc21d109d2
Init this new plugin
2021-06-03 19:50:14 +02:00
.drone.yml Init this new plugin 2021-06-03 19:50:14 +02:00
Dockerfile Init this new plugin 2021-06-03 19:50:14 +02:00
LICENSE Init this new plugin 2021-06-03 19:50:14 +02:00
README.md Init this new plugin 2021-06-03 19:50:14 +02:00
plugin.sh Init this new plugin 2021-06-03 19:50:14 +02:00

README.md

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.