I have three environments is AWS dev/uat/prod, and the same branch(develop) I wanted to develop in all three respective environments using bitbucket-pipelines
. As I know we need AWS AWS_ACCESS_KEY_ID
to do so.
My question is: how to provide AWS AWS_ACCESS_KEY_ID
for all the three environments dynamically?,
I am able to deploy at time on one environment as of now.
Thanks for help in advanced