gboddin/robo-github

A Github task plugin for Robo

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:robo-tasks

0.1.2 2017-07-03 08:04 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:20:35 UTC


README

Deployments

Plugin to create or update deployments on github from Robo.

Available tasks

 github
  github:deploy:create       Create a github deployment
  github:deploy:fail         Fail a github deployment
  github:deploy:finish       Finish a github deployment

Quick example:

Create a deployment ( and trigger hooks )

$ ./vendor/bin/robo github:deploy:create <http_token> <org> <repo> <ref> <environment>

Finish a deployment ( and trigger hooks )

$ ./vendor/bin/robo github:deploy:finish <http_token> <org> <repo> <ref> <environment>

Fail a deployment ( and trigger hooks )

$ ./vendor/bin/robo github:deploy:fail <http_token> <org> <repo> <ref> <environment>

Using the plugin in your tasks

See the example RoboFile