2017 © Pedro Peláez
 

robo-tasks robo-github

A Github task plugin for Robo

image

gboddin/robo-github

A Github task plugin for Robo

  • Thursday, August 3, 2017
  • by gboddin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Robo Github plugin

Deployments

Plugin to create or update deployments on github from Robo., (*1)

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, (*2)

The Versions

03/08 2017

dev-master

9999999-dev

A Github task plugin for Robo

  Sources   Download

MIT

The Requires

 

03/08 2017

dev-develop

dev-develop

A Github task plugin for Robo

  Sources   Download

MIT

The Requires

 

03/07 2017
02/07 2017