Top "Deployment" questions

A series of activities that makes a program available for use (usually in test or production environments)

Maven: Trying to Deploy with credentials in settings.xml file

This seemed to be working last week and now it doesn't. We use Artifactory as our Maven repository. I am …

maven deployment settings artifactory
Canary release strategy vs. Blue/Green

My understanding of a canary release is that it's a partial release to a subset of production nodes with sticky …

deployment production-environment release-management blue-green-deployment canary-deployment
Dll in both the bin and the gac, which one gets used?

We have a web application that's deployed to many websites with only frontend changes, the shared backend portion has it's …

asp.net deployment gac bin
How to deploy a meteor application to my own server?

How to deploy a meteor application to my own server? flavour 1: the development and deployment server are the same; flavour 2: …

deployment hosting meteor
How to restart puma after deploy?

I'm using Rails, Puma, Capistrano3. I have installed the gem capistrano3-puma as well. I started Puma with Puma Jungle …

ruby-on-rails deployment capistrano3 puma
ILMerge Best Practices

Do you use ILMerge? Do you use ILMerge to merge multiple assemblies to ease deployment of dll's? Have you found …

c# .net deployment ilmerge
Understanding Heroku server status 143

I'm wondering about Heroku server status and can't find any documentation about this topic. Example: Process exited with status 143 Can …

heroku deployment server-side
"Unable to update dependencies of the project" after committing to Subversion

I have a setup project in .NET. When I save the project and the other projects to subversion, the setup …

winforms deployment dependencies setup-project
How to deploy after a build with TeamCity?

I'm setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, …

c# asp.net deployment teamcity
What is the project directory structure for a standalone Java SE application?

What is the standard project directory structure of a standalone Java SE (Command Line based) application? src folder will contain …

java deployment software-packaging