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.

0 votes
0 answers
19 views

Using IaC for docker image management/update?

I was building a simple infrastructure using terraform (for AWS), I came accross the chicken egg of Lambda functions needing an image to be created. The options I envisioned are two: 1 - I decouple ...
pzullo's user avatar
  • 1
0 votes
1 answer
45 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 ...
CodeMonkey's user avatar
1 vote
0 answers
28 views

Liquibase - CICD pipeline failure

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
0 answers
36 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 ...
blablablup's user avatar
1 vote
1 answer
60 views

What would be the best approach or tool to deploy one-off SQL scripts?

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

Is there a distinction between Flux and GitOps Toolkit?

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
  • 279
2 votes
1 answer
283 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 ...
lindsaymacvean's user avatar
0 votes
1 answer
158 views

How are you managing automated deployments with active development on the next release while features are still being tested in QA?

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
99 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 + ...
Daniel's user avatar
  • 103
0 votes
1 answer
70 views

How do you deploy a container to AWS Lambda?

I am working on this little project. https://github.com/jamesgeddes/itsbeginningtolookalotlikechristmas It's currently a work-in-progress - don't judge! As you can see, I have configured CircleCI to ...
James Geddes's user avatar
4 votes
2 answers
1k views

What is the best way to install ArgoCD as code?

Working on getting a full deployment pipeline set up using GitOps and Everything as Code. I, therefore, need to be able to spin everything up and down with a single click (or pretty close to it!). My ...
James Geddes's user avatar
0 votes
0 answers
367 views

What's the way to add values to helm deployments in Argo?

I want to deploy apps via ArgoCD with Helm and use the provided Helm charts. I also want to specify custom values but in a declarative way (not setting them after deployment with Argo gui or cli). ...
Turtle10000's user avatar
1 vote
1 answer
39 views

Deploying environment secrets to services

I know I can use CD pipelines to deploy an app to a given environment (dev/stage/prod) Given that each environment should have its own environment variables/secrets for each app, how can I streamline ...
Jordan Renaud's user avatar
0 votes
1 answer
15 views

Why is the development of a REST-API Webserver Application with less expected changes after its short term initial build a DevOps project?

I am thinking about setting up a project where a one-year development / built phase of a rest-API Server is planned. Providing an initial version in three months and deploying updates every month ...
user3352632's user avatar

15 30 50 per page
1
2 3 4 5
9