Top "Continuous-deployment" questions

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.

Git short branch name in teamcity

I'm using teamcity 8.x.x version.I configured my Teamcity for continuous deployment. I'm need a feature branching deployment. I …

git teamcity nuget continuous-deployment
Branch does not exist

the command git branch --set-upstream-to develop origin/develop results in the error fatal: branch 'origin/develop' does not exist I …

git branch git-branch setup-deployment continuous-deployment
How to deploy a create-react-app to a web host (ex. Siteground)?

I'm building a react project using create-react-app and am trying to figure out how to deploy my code to my …

reactjs github web-deployment continuous-deployment create-react-app
How to auto deploy Docker containers from Amazon ECR to Kubernetes using Jenkins

This is our environment: I have a Kubernetes cluster running on Amazon. Jenkins CI/CD running on Amazon that connects …

jenkins kubernetes devops continuous-deployment aws-ecr
How to become a Jenkins user?

I have installed Jenkins and during installation an user named jenkins has been created. I can see from the documentation: …

bash shell jenkins continuous-integration continuous-deployment
Continuous Deployment of a NodeJS using GitLab

I have an API developed in NodeJS and have successfully set up continuous integration via a .gitlab-ci.yml file. The …

javascript node.js heroku gitlab continuous-deployment
GitLab CI Start job manually (deployment)

Is it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …

gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runner
Configuring Hudson to deploy a build

I'm trying to configure Hudson so that I will be able to automatically deploy a build (a .war file) to …

tomcat continuous-integration hudson continuous-deployment
What are the pros and cons of using AWS Code Deploy Vs Jenkins?

We are using a bunch of EC2 instances which might scale in the future (around 100 instances), now we are looking …

amazon-web-services jenkins continuous-integration continuous-deployment aws-code-deploy
Continuous Deployment with TeamCity

I recently set up a CI server in TeamCity and now want to take it to the next step, continuous …

deployment teamcity continuous-deployment