gboddin / robo-github
A Github task plugin for Robo
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:robo-tasks
Requires
- consolidation/robo: ~1
- knplabs/github-api: ~2.5
- php-http/guzzle6-adapter: ~1.1
This package is not auto-updated.
Last update: 2025-03-30 06:20:27 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>