Questions tagged [automated-deploy]

Automated code deployment to multiple servers.

126 questions
4
votes
1 answer

Using ks.cfg with virt-install?

I've been trying to get a virtual machine working with a cfg file on centos but unfortunately, I'm getting the error that ks.cfg file does not exist. Below is the command I ran to enable the VM. virt-install --name FedoraTest --ram 1024 --disk…
user4985
  • 141
  • 2
  • 9
4
votes
2 answers

How do I copy built artifact to a directory on remote Windows server in maven deploy phase?

could someone provide working example (full maven plugin configuration) how to copy built jar file to a specific server(s) at the time of deploy phase? I have tried to look at wagon plugin, but it is hugely undocumented and I was not able to set it…
Petr Macek
  • 1,493
  • 1
  • 15
  • 19
4
votes
2 answers

Automatic Deployment to Multiple Production Environments

I want to update an ASP .NET web application (including web.config file changes and database scripts) to multiple production environments - ideally with the click of a button. I do not have direct network connectivity to any of them. I think this…
Brandon Montgomery
  • 6,924
  • 3
  • 48
  • 71
3
votes
2 answers

What are good code deployment strategies?

I am working on a Django project. And our team follows agile practices(TDD,very short launch times etc..) When it comes to deployment stage of a feature, we follow manual procedures to get the code deployed on to our production machine. Manual…
Nanda Kishore
  • 2,789
  • 5
  • 38
  • 61
3
votes
1 answer

How to automate publishing .NET web applications

There is a Visual Studio solution that has multiple web application projects. All of them are to be published to a common folder - D:\inetpub\wwwroot\FirstSite. Each project has a publish profile Local.pubxml which imports settings from a global…
sukesh
  • 2,379
  • 12
  • 56
  • 111
3
votes
1 answer

Travis deploys a zip instead of a jar

I'm trying to automatically deploy a jar from travis ci to aws elastic beanstalk. It looks to me like travis is uploading a zip file with the contents of the source code, rather than uploading the built jar. It isn't clear to me based on the…
3
votes
1 answer

Integrating NCrunch w/ TeamCity

Does anybody know of any resources/guides on getting NCrunch integrated w/ TeamCity? My company just started investing in more automation research and development; I am working on creating the automated testing suite using NCrunch while another…
Milo
  • 3,365
  • 9
  • 30
  • 44
3
votes
1 answer

VSTS Release Management - Multiple Release Definitions that share common environments

I am trying to wrap my head around a problem I'm having with Release Management - I've have seem a solutions to this in other automated deployment tools such as uDeploy but am wondering if it can be handled in VSTS RM. Here's my case: I'd like to…
3
votes
1 answer

How to avoid chaotic ASP.NET web application deployment?

Ok, so here's the thing. I'm developing an existing (it started being an ASP classic app, so you can imagine :P) web application under ASP.NET 4.0 and SQLServer 2005. We are 4 developers using local instances of SQL Server 2005 Express, having the…
empz
  • 11,509
  • 16
  • 65
  • 106
3
votes
1 answer

How can I centralize an entire website engine?

Prefer responses via php or ROR if possible! Example: The slide widget at www.slide.com can be deployed anywhere on the web. But the slide developers have centralized edit capabilities to these widgets. A change to the widget core, will…
Jade
3
votes
4 answers

Upgrade an existing application to include ClickOnce

Is it possible to introduce ClickOnce functionality to an existing application? The scenario is: Version 1.0 is already installed on client premises. I would like to send them a new setup package which will upgrade to 1.1, which has ClickOnce…
pufferfish
  • 16,651
  • 15
  • 56
  • 65
3
votes
1 answer

Deploying Several Instances of an App with Presto

I have an app that I want to deploy, but I need to deploy several instances of the app on the same server. Each instance needs to have a different unit ID in its app.config file. How can I do that? I set up the app: Then I created the…
Randy Minder
  • 47,200
  • 49
  • 204
  • 358
2
votes
0 answers

The best way to automate deploy with bitbucket and a remote server (like digital ocean droplet) is with git hooks or pipelines?

I'm working on a project and now is the stage of deployment. I have a droplet in digital ocean and I could just clone my git repository from bitbucket inside this droplet and every time I do a git push to my remote repository I just do a git pull…
2
votes
0 answers

How to set buildtime environment variables in heroku?

I have an java maven project with docker in heroku in which I want to connect my github repo for automatic deployment.But I have to push some credentials to the app. So I can't use heroku automatic deployment. I decided to pass environment variables…
2
votes
2 answers

ASP.NET Automated deployment to remote ftp server

Does anyone know any good solutions for automated deployment to a remote server using SFTP? I am specifically trying to deploy an asp.net mvc website to mosso. I can do it manually every time using an SFTP client, but would much rather have an…
Nate Totten
  • 8,904
  • 1
  • 35
  • 41
1 2
3
8 9