Eric Holmes
Eric Holmes
Right now, slashdeploy will DM you when it queues up an automatic deployment once commit statuses pass. It would be cool if there was a `Cancel` button in the DM...
Would be super cool if you could configure a repo to trigger a CodeBuild build. This would make it easy to build any custom deployment pipeline. https://aws.amazon.com/codebuild/
and so is this title ^. Given you try to deploy something: ``` /deploy foo to staging ``` And someone else has the lock, you're asked if you want to...
Just food for thought. When I deploy, sometimes I wanna run migrations, and I don't really want to have to know what command I need to type do it.
https://github.com/ejholmes/slashdeploy/pull/29#discussion_r52568308 Something to think about. Could add a lot of friction, but definitely something that teams will want.
It would be cool if I could just copy paste the url of a pull request and deploy it, because I'm lazy. ``` /deploy https://github.com/ejholmes/slashdeploy/pull/33 to staging ``` Or ```...
This instructions should check if the key is currently pressed, but should not block the program from running.
This supersedes my [original PR](https://github.com/99designs/httpsignatures-go/pull/11) that only implemented the rsa-* algorithms, and adds support for ecdsa-sha256 as well. **Notes for reviewer** * I think the ECDSA signature generation is correct,...
**Describe the Bug**: We've been in the process of rolling out security groups for pods across various EKS clusters in multiple AWS accounts that we own. Recently, we've attempted to...