Automated code deployment to multiple servers.
Questions tagged [automated-deploy]
126 questions
2
votes
1 answer
Change Users Variables - Delphi IDE
I am using an automated build tool called Automated Build Studio.
I have defined in the Delphi IDE, as you can see in the screenshot, a user variable $(PLKFW) which points to a specific folder in my computer.
The question is:
How can I change this…

Rafael Colucci
- 6,018
- 4
- 52
- 121
2
votes
1 answer
Azure Resource Group Error: A parameter cannot be found that matches parameter name 'EnvironmentName'
I am trying to create an Azure Resource Group project using Visual Studio 2015 by following this tutorial. But when I deploy, it turns out a weird error:
[ERROR] Add-AzureRmAccount : A parameter cannot be found that matches parameter name
[ERROR]…

Quang Hoàng
- 349
- 4
- 15
2
votes
1 answer
msdeploy/Web Deployment Tool deploying too many files
We're using msdeploy to deploy our sites to various environments from our continuous integration server.
When the artifacts are deployed manually to the dev site from the command line. The deployment only pushes changed files and is very…

Rob Stevenson-Leggett
- 35,279
- 21
- 87
- 141
2
votes
2 answers
wldeploy problem - remote deploy not working
I have the following ant configuration for remote deployment to weblogic.

Krishnan
- 175
- 4
- 19
2
votes
3 answers
can you define working directory for bower?
can you define the working directory for bower? or tell it where I want the install to run at? ie: like the composer working directory flag?
--working-dir (-d) If specified, use the given directory as working directory.

veilig
- 5,085
- 10
- 48
- 86
2
votes
1 answer
Automatic Deployment of ASP.Net MVC using TFS2010 Beta2
i am building an Asp.NET MVC web site, and i want to make the deployment to IIS automatically as part of the build process, as indicated in the title, i am using vs2010 beta2 with tfs2010 beta2, and the dev server is running widows server 2008…

abdelkarim
- 586
- 6
- 11
2
votes
1 answer
Componentization of web project
I have been working on spring-mvc for last 3 months and its been lot productive compared to my earlier work.
I kept adding lot of featuers in the web application and now am stuck with the simple problem.
All the features I have added wont be used in…

Ketan Khairnar
- 1,620
- 3
- 12
- 21
1
vote
1 answer
How do you call another ant target with parameters (-logger org.apache.tools.ant.listener.MailLogger) from another ant script?
I have a main ant script, that is used to initiate multiple project's ant script, in a certain sequence.
For each sub-project, I would like to to send out an email, notifying me whether the build was successful or not.
I understand that I can use…

phychem
- 25
- 5
1
vote
2 answers
Requirements for TFS automated build and publish
I'm new to TFS and we're trying to automate the test / build / deploy process for our builds.
The problem I'm experiencing is that when I try to start a build with automatic deployment (for a webpage) using the MSBuild Arguments it complains that it…

Nischo
- 454
- 6
- 20
1
vote
1 answer
Deploying multiple EC2 with different environment variables
I'm currently trying to deploy multiple copies of a single solution on AWS EC2—each copy will have slightly different environment variables and will each sit on a unique EC2 instance (latency and performance considerations).
What would be the…

matt
- 2,857
- 7
- 33
- 58
1
vote
1 answer
React Native npm run android is installing old apk in phone and looking for automated tools for generating offline apks
For some reason android is keep installing the oldest apk in mobile devices, The Js code is not updated. I tried following methods:
I tried using npm run android
I tried installing apk through android studio.
I made the release and debug apk…

Umair Raees
- 129
- 6
1
vote
1 answer
TFS 2010: run powershell script stored in source control
We've started using TFS2010 over at the company I work at. We create e-commerce web applications (shopping sites). I'm creating a custom template to deploy web projects after a build using a build template.
I've looked at the web deploy tool, but…

Onno
- 295
- 3
- 21
1
vote
1 answer
chef wont install from recipes/cookbooks
I think I'm missing something fundamental in deploying applications using Chef.
I've cloned a bunch of cookbooks from the opscode repo. I made changes and knifed them appropriately. Everything is configured so I can spawn an EC2 instance using a…

upbeat.linux
- 338
- 1
- 4
- 13
1
vote
1 answer
How can I indicate the Git username and password in Capistrano's deploy.rb?
I'm using github to store the repository, and I'm reading Deploy with Capistrano:
Remote caching will keep a local git repo on the server you’re deploying to and simply
run a fetch from that rather than an entire clone".
Since the server where…

MEM
- 30,529
- 42
- 121
- 191
1
vote
2 answers
Anyone suggest the deployment tool for .net web application?
Stack friends,
My company is following agile development process. We plan to do automate the .net application release management process. And we are new for deployment a tool which is following in industry. Pls anyone give you valuable tips and…

Nagarajan S
- 103
- 1
- 7