automated-deploy Questions

2

Solved

I want to automate my build process and need to pass an environment variable to run some of the commands in the Dockerfile. I was wondering if there was any way to do this in Dockerhub. I know dock...
Reef asked 24/7, 2017 at 9:40

10

Solved

I want to run my fabric script locally, which will in turn, log into my server, switch user to deploy, activate the projects .virtualenv, which will change dir to the project and issue a git pull. ...
Slight asked 24/7, 2009 at 22:3

2

Solved

How do I display a hyperlink (weblink) in hudson/jenkins build output console? What I'm trying to achieve is, during a hudson/jenkins build based on certain condition, I would like to display a hy...

1

My general goal is to automate deployment to a server in a VPN. Currently the VPNs are Cisco AnyConnect and Barracuda, but a more universal solution would be nice. I thought about using Jenkins, ...
Godman asked 2/2, 2016 at 10:36

4

I am currently working on a Cordova project and had the problem that 8 was appended mysteriously to the versionCode of my project. For example: My original Version code was 100, the new Version cod...
Quince asked 5/10, 2015 at 14:42

3

I'm researching the best approach to automating our build process. I've got my own ideas (through experience on a previous non-iOS project) but need good arguments for and against various possibili...
Americana asked 27/9, 2011 at 13:40

10

Solved

I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project's product version and product code. I can't find...
Pneumonectomy asked 20/11, 2008 at 17:55

1

Solved

I am using TeamCity for automated testing and now I want to automate my deployments with the Octopus plugin. As of now I can create releases from the octopus server using my TeamCity packages manua...

3

Solved

I have an MSI-packaged application that is being deployed via Group Policy Objects (GPO) from a Windows 2003 Domain Server to all the XP client machines in the network. This application reads two ...

2

Solved

For a number of web-applications I need something like Capistrano to automate deployment. I know Capistrano can be used to deploy non-ruby applications but I'm not familiar with Ruby, so I expect w...
Fortier asked 2/12, 2009 at 10:41

2

Solved

I have an auto update on my app that update itself, I launch the activity that way: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.parse("file://"+ruta+"NameApp.apk"), "...
Wilinski asked 25/6, 2013 at 14:11

9

I coudn't find the solution for Php deployment to remote server using FTP from SVN after each commit. How can I upload to server by FTP the only added or edited files and delete the deleted files ...
Kyliekylila asked 9/4, 2010 at 11:46

3

Solved

What is the best way to automatically install an MSI file or installer .exe? We want to do some automated testing from our build system on the installed copy of the product. Our installer has the u...
Alex asked 8/10, 2008 at 4:29

3

Solved

I'm currently starting reading the book Continuos Delivery by Humble/Farley and while a lot of stuff in there makes sense, there one thing that's nagging me: It does seem the authors are solely ta...

3

Solved

I've been doing some reading http://vishaljoshi.blogspot.com/2010/11/team-build-web-deployment-web-deploy-vs.html and https://michaelbaylon.wordpress.com/2011/04/13/managing-sql-scripts-and-continu...

4

Solved

I've written a site for my summer internship using ASP.NET MVC. The progress is going well but one thing I have found painful is deployments. Particularly, because we have frequent deployments and ...
Photocopier asked 26/7, 2009 at 2:41

3

Solved

We have a website which publishes events using NServiceBus. The site is deployed using msdeploy. We also have the NServiceBus.exe which should run as a windows service to subscribe to these events,...
Beghard asked 29/10, 2010 at 20:26

1

I'm trying to configure a set of build configurations in TeamCity 6 and am trying to model a specific requirement in the cleanest possible manner way enabled by TeamCity. I have a set of acceptanc...
Dopey asked 11/4, 2011 at 10:47

5

Solved

Background: writing an automated release script to export changed files between versions from SVN and upload to remote server. The svn log command shows modified files and properties, but seems to...
Brost asked 8/2, 2010 at 23:56

5

Solved

We all do code, small (like one .exe) or big applications (complete solutions) with web applications, windows applications, databases, help files, configuration files and registry values... my que...
Unprofessional asked 6/1, 2009 at 13:48

6

Solved

I know enough to know that we need to get our application to deploy with a single user action. However, I don't know: What are some good tools to use in a .NET shop? How do you manage config chan...

3

Solved

I asked a question here on automated deployment of automatically deploying java code. Our back-end Java API is accessed by a PHP web app. It would be nice to be able to automatically deploy this ...
Derbyshire asked 18/1, 2011 at 22:45

7

Solved

I used to be a java developer and we used tools like ant or maven to manage our development/testing/UAT environments in a standardized way. This allowed us to handle library dependencies, setting O...

3

Solved

I’m looking for some recommendations to do project building and deployment automatically. Our current development setup uses ASP.NET, SVN, CCNET and an MSBuild script for the dev server build. I w...

2

Solved

Is there a good tutorial for Creating a database using msbuild? jean paul boodhoo does it using nant in this post. he sets properties to be used in an nant build file <properties> <pr...
Rigamarole asked 30/12, 2009 at 19:35

© 2022 - 2024 — McMap. All rights reserved.