Skip to main content

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.

-1 votes
2 answers
104 views

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
meBe's user avatar
  • 103
0 votes
0 answers
24 views

We try to configure Azure DevOps pipeline to select dynamic the environment name Hard-coding the environment: production works as expected, but we need to select environment based on branch. The ...
igiannak's user avatar
  • 220
0 votes
0 answers
23 views

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 ...
mmaisonette's user avatar
0 votes
1 answer
76 views

Say developer team is trying to build a full-stack app client+server+database (e.g:chatGTP) which requirements are admin page android application IOS application web application Tablet support Is it ...
meBe's user avatar
  • 103
0 votes
1 answer
365 views

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 ...
Gaurav Shah's user avatar
2 votes
1 answer
746 views

New to the Devop world so my terminology may be limited or incorrect. I have a self-hosted gitlab server. I had a "hello world" container project that spun up a "hello world" ...
Paul's user avatar
  • 21
0 votes
1 answer
286 views

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 ...
CodeMonkey's user avatar
1 vote
0 answers
79 views

Question: Azure CICD pipeline is failing with the below error. There hasnt been any recent changes to the environment/YAML. The "Replace tokens in Liquibase properties" step in the Deploy ...
Sri's user avatar
  • 11
0 votes
1 answer
92 views

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 ...
blablablup's user avatar
1 vote
1 answer
184 views

A vendor is supplying one-off "hot fixes" and I am trying to streamline these deployments best I can. Currently I am going out to an FTP site, downloading the SQL scripts and manually ...
Eric Swiggum's user avatar
0 votes
1 answer
474 views

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 ...
Daniel W.'s user avatar
  • 101
1 vote
1 answer
84 views

What is the difference between Flux and the GitOps Toolkit? Is Flux v2 simply a distribution of the GitOps Toolkit components (such as the source controller for polling/scraping git repos, the ...
benjimin's user avatar
  • 339
2 votes
1 answer
522 views

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 ...
lindsaymacvean's user avatar
0 votes
1 answer
325 views

CI/CD tool: Azure Devops Services Branching Strategy: Git Flow Build Triggers: Auto build Dev branch on PR merges, Auto build on PR creation Release Triggers: Create release on every build Deploy ...
jlnorsworthy's user avatar
0 votes
1 answer
148 views

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 + ...
Daniel's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
10