Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
360 views
in Technique[技术] by (71.8m points)

Gitlab UI variables taking precedence over Elastic Beanstalk variables

I have the Gitlab CI variable API_URL defined in Gitlab with a value foo.com. I have the same variable name defined in my Elastic Beanstalk configuration, but with a value bar.com. When I deploy from Gitlab, the application I am deploying prints out the value of process.env.API_URL as foo.com - how come? Shouldn't it be reading in the Elastic Beanstalk configuration variable?

question from:https://stackoverflow.com/questions/65838348/gitlab-ui-variables-taking-precedence-over-elastic-beanstalk-variables

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...