Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [continuous-deployment]

A software engineering approach in which teams keep producing software in short cycles and ensure that the software can be released to production at any time.

continuous-deployment
1 vote
1 answer
32 views

How to pass environment variables to a reusable workflow in Github Actions

In the GitHub actions console I have an environment created for my workflow. This environment has certain variables like account_number etc. I want to pass this value into the resuable workflow. name: ...
user20358's user avatar
  • 14.6k
0 votes
1 answer
45 views

Incremental deployment with Azure DevOps

I have multiple solution in Project. I need to deploy only those solution where the dev team has made changes. First of all is it possible? If yes then how we can achieve it. We create a build ...
user26393142's user avatar
0 votes
1 answer
14 views

unable to perform CD using github actions for MLops

I am new to databricks and MLOPS as well. I am trying out the databricks asset bundles mlops tutorial at https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html my cloud account is using ...
Jose_Peeterson's user avatar
0 votes
0 answers
15 views

Integrate svelte-image with Cloudflare pages + R2

I'm currently working on a SvelteKit project that is hosted on Cloudflare Pages. I want to optimize and serve images from Cloudflare R2 instead of directly from the /static directory. My goal is to ...
fevar's user avatar
  • 87
0 votes
0 answers
26 views

How to do ci-cd of Django DRF application through Github to AWS?

Before deploying my django drf server i need to test it during production phase so i need to host my django drf project in github and so through ci-cd to aws. So is it need to be dockerized before ...
user17455345's user avatar
0 votes
0 answers
18 views

How to atomically exchange an executable that could be invoked at any time

We have a service on our server that is triggered by a cronjob quite frequently. Now we want to update this application to a new version. How can we do so without risking the application to be in an ...
glades's user avatar
  • 4,475
0 votes
1 answer
74 views

Azure App Service Deployment keeps creating subfolder upon deployment

For some bizarre reason, every time I deploy my web app on Azure, it creates a folder named "b" within the wwwroot folder of the app service, where it then places the artifact zip file. I ...
Dominik H's user avatar
  • 142
0 votes
1 answer
29 views

How to share artifacts between workflows in GitHub Actions?

workflowA generates artifacts which are needed to be consumed by workflowB. Both workflows are triggered manually with workflow_dispatch, and I prefer not to use workflow_call or workflow_run events (...
Nir's user avatar
  • 61
-2 votes
0 answers
31 views

Git repo not updating changes on production server

I tried to modify my projects files (which are tracked by git) directly on the production server, but now changes made in my local repository don't reflect on my production server. can anyone help ...
Codeparl's user avatar
  • 302
0 votes
1 answer
103 views

Azure Function App - No continuous deployment setting for "Flex Consumption" hosting plan?

Azure Function Apps on "Consumption" and "Function Premium" hosting plan do have the option for continuous deployment and linking a Github repository. I read that it's best ...
Tim's user avatar
  • 1,267
0 votes
0 answers
76 views

Differences between staggered deployment and canary deployment?

Sounds like both deployment strategies gradually rollout changes to part of the targets, but what is the difference between these two? Thanks.
codewarrior's user avatar
0 votes
1 answer
121 views

Azure DevOps Pipeline Deploy to multiple App Services

I am working with Azure DevOps pipelines, and I need to deploy to multiple Azure App Services that are in different resource groups. I don't want to manually add each Azure App Service, as I might ...
Adnan Hodzic's user avatar
0 votes
0 answers
19 views

How to deploy my react app in monorepo into firebase after building it in NX Cloud?

We use github actions and we need to deploy our react app that is there in a NX monorepo into firebase after it is built in NX Cloud. The below is the command to start the build process in NX Cloud ...
Jagan Pandurangan's user avatar
0 votes
1 answer
96 views

Synapse Workspace Trigger deployed via CI/CD in Azure DevOps always shows in a "Stopped" status

I am in the process of configuring an Azure Synapse Test and Production environment, and as part of this, have set up CI/CD based releases to both environments within Azure DevOps through the Synapse ...
Elliot's user avatar
  • 33
4 votes
2 answers
178 views

Load Balancer Registered target group are showing status as Initial/Unhealthy and giving 502 Bad Gateway and 504 gateway timeout error

Problem statement: Target group is showing health status as Initial and website is giving 502 Bad Gateway and 504 gateway timeout error (It is happening intermittently). But if I re-registered the ...
Rohìt Jíndal's user avatar

15 30 50 per page
1
2 3 4 5
180