Manage and automate GitHub Deployments: * Create deploys from a commits timeline * Step through deploying to different Github environments * Deploy specific SHA's from default or feature branches * Trigger deploys automatically when tests pass on a branch
If you know me, you know I write and run a lot of software and infrastructure in the Go, Kubernetes, and bare-metal space.
To deploy my own projects to different environments, I built Deploybot to make deploying through GitHub and your existing CI/CD system nicer, leaning on GitHub to keep your deploy history (no lock-in) and to provide native integrations (e.g. see deploys from Pull Requests).
Twitter announcement: https://twitter.com/dghubble/sta...
Deploybot