python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS cross-account CI/CD pipeline
My AWS devops concepts are still fuzzy and I could use some help. Here is what I am tyring to do - I have a CloudFormation nested stack which contains few lambdas, eventbridge, api gateways etc. I p...
mywn9
Votes: 0
Answers: 0
React App production build process and environment variables
I have a react app. For QA i will build my app, with QA .env variables, from git tag QA-v1.0.0, which are immutable and bundled into the application build. I will then have an image tagged as QA-v1.0....
rubio
Votes: 0
Answers: 0
Updating key vault secret via Arm template release from devops CI/CD fails
I have managed to release secrets to my Azure key vault via CI/CD from DevOps using my arm templates. The initial release went fine and added my new non existing secrets to my key vault resource. Thou...

H4p7ic
Votes: 0
Answers: 1
How to perform CI/CD for Docker Containerized Applications that live in different Git repositories with GitHub Actions
Lets say I have the following app structure:
Main API (e.g. Django/Laravel/.NET) (Git Repo: /main-api
Main Frontend Webapp (e.g. in React/Angular): /main-frontend
Admin Portal Webapp (e.g. in React/A...
codez
Votes: 0
Answers: 0