-
Notifications
You must be signed in to change notification settings - Fork 928
Closed
Labels
Description
Hello,
I have CapRover setup with codeship where codeship will pull git, run some things, and then deploy to CapRover using a built tar file. This all works very nicely and is very cool. The problem is the only way to deploy to CapRover is to use my one root password. I want other developers to be able to have access to CodeShip but I don't want them to have access to my CapRover root password.
I think it would make sense to be able to generate a hash/token per app that allows for deploying that app. It's similar to what's being done for git where the hook generates a token.
Thoughts ?
Solomon