Questions tagged [continuous-deployment]
Use this tag for questions about automatically deploying software to a production environment as part of a CI pipeline. For questions about manual deployment to production use the [continuous-delivery] tag.
140 questions
-1 votes
2 answers
98 views
AWS Amplify vs Vercel vs Expo
I want to deploy intergrate React.js with configuration done Prior to operation. Which one to choose? It seems to me they are all the same. Vercel AWS Amplify Expo
0 votes
0 answers
23 views
Deploying an Application During a Pull Request (PR) in Azure DevOps
I want to add a pre-validation step, to be run during a pull request, in Azure DevOps, but I am not finding out a way to do that through the YAML specifications documented by Microsoft. Today, I can ...
0 votes
1 answer
360 views
Argo rollouts rollback is being reverted by argo cd auto sync policy
I'm using Argo Rollouts and ArgoCD. When I try to rollback a rollout in argo rollouts, it is immediately reverted by ArgoCD as I've enabled auto-sync. How should I tackle this problem? If there was a ...
0 votes
1 answer
284 views
Green/Blue Deployments with multiple development teams
I am working in Azure in an AKS cluster environment. The environment has several clusters separated from each other. Each cluster is hosting several containers of services, each of them is developed ...
0 votes
1 answer
92 views
Tool for deployment via series of Powershell Scripts
I am responsible for continuing to develop legacy software. The software is run as a service on a handful of servers. For making a new release of a component of the software the following steps are ...
0 votes
1 answer
473 views
Full deployment of Azure Function via bicep
We have a deployment running in an azure devops server and base currently on az cli, now we want to go for bicep. I created bicep definitions for the resources what works easily. But now I got stuck ...
2 votes
1 answer
522 views
Best practice multiple pipelines into production
Working with a larger corporate. They are planning on opening a second pipeline for a hybrid mobile app. This second pipeline will be for hotfixes straight into production. My gut feeling is that this ...
0 votes
1 answer
148 views
Release rollback approaches?
I've got an old monolithic project using MariaDB and PHP that I'm trying to put on CI/CD. The project has DB migrations to update the DB state. My current CD is built on top of AWS CodeCommit + ...