issues
search
sohm22
/
quizapp
Take a Quiz
https://quizit-master.netlify.app/
1
stars
0
forks
source link
store API_KEY in GH secrets and export during deployment
#44
Closed
sohm22
closed
2 months ago
sohm22
commented
2 months ago
Final outcome
Groq api key stored on ec2 in .env file
docker-compose using that file to provide that env variable to container
container making that value at runtime as a env variable
springboot able to access that env variable
Final outcome