We would like to have our pipeline deploy to test and then to prod, but have these two steps manual. We would also like to limit who in the team can deploy to test (most but not all of the devs), and limit even further who can deploy to production.
I can think of two ways how this could be done:
1. limit which users can activate certain manual stops - as far as I can tell this is not possible as of yet.
2. Have those steps require environment variables (in our case AWS key id and secret) but get those from the individual user's settings as opposed to the account or the repo. As far as I can tell this too is not possible right now.
Is there another way to accomplish this?
Thanks