Questions tagged [automated-deployment]

65 questions
8
votes
3 answers

Does Continuous/Automated Deployment make any sense for desktop applications?

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 targeting server-based (single-client?) applications…
5
votes
2 answers

Automated Deployment TFS 2010

I am using TFS 2010 and Visual Studio 2010 premium edition. Can someone please guide me on where to start for automated deployment scripts ? Any documentation / guidelines will greatly help. Above links mostly explain the strategy for automated…
AvaniDave
  • 51
  • 1
  • 4
5
votes
2 answers

How to automatically upload Android app from Jenkins to Google Play Alpha Test?

I have Jenkins running, pulling GitHub and building my app after each commit. There's testers community, whom I'd like to have my latest app. I'd like my app to be uploaded to Google Play Alpha Test, but maybe, I should use another service? What you…
ViliusK
  • 11,345
  • 4
  • 67
  • 71
3
votes
1 answer

CircleCI "Could not ensure that workspace directory exists"

I am using CircleCI with a GameCI docker image in order to build a Unity project. The build works, but I am trying to make use of the h-matsuo/github-release orb in order to create a release on GitHub for the build. I have created a new separate job…
Radu
  • 584
  • 1
  • 6
  • 30
3
votes
4 answers

How can I automate making dictionaries using python?

I am doing a beginners Python course and the aim is to make a bunch of dictionaries. Create three dictionaries: lloyd, alice, and tyler. Give each dictionary the keys "name", "homework", "quizzes", and "tests". Have the "name" key be the name…
noam compsci
  • 33
  • 1
  • 6
3
votes
1 answer

nuget feeds and promotions

I've finished reading the book Pro Nuget, and I think making use of it for our dependencies would be better than our current method. Also, you can build application deployment packages to deploy your build to various environments, something we are…
Andy
  • 8,432
  • 6
  • 38
  • 76
2
votes
0 answers

How to automate incrementing variable & versionCode using fastlane android?

I am using fastlane for automating apk. I've got a query here How to check some conditions in the lane before assembling apk? Ex: Whenever I run lane command for build apk I want to check with room DB version if the version is old then…
2
votes
1 answer

Automated Addon, Settings Installation for Firefox with Ansible

I am currently trying to install firefox addons with Ansible. I found a role for ansible on ansible galaxy, I fixed to work with the latest ansible version (minor python2/3 issue): Fixed version: https://github.com/cyborg-x1/ansible-firefox The…
2
votes
1 answer

How to read the logs from TFS Build/Release and change the task status accordingly?

I am using TFS(on premises 2015)automated build and release for one of my project. In release definition, I have an ALM task and I can see the TFS release log returning "completed successfully: Y (or N) " in the log based on the task completion…
Annu
  • 23
  • 4
2
votes
1 answer

Tools recommended to Deploy .NET applications to external customers (On-Premise)

I'd like to get the SO community opinion on automated deployments to external clients. We develop software that we wrap in an install shield and ship it to customers so that they install on their own servers. Most of these clients wants contain all…
2
votes
0 answers

How do I automate two simultaneous terminals in linux?

I'm trying to run an emulator remotely. Manually: I open three terminals (usually as tabs in mate-terminal, but that's not important) In the first, I run 'startemulator'. In the second, I run 'startuart'. This terminal needs to stay live, as it…
John Lawrence Aspden
  • 17,124
  • 11
  • 67
  • 110
2
votes
1 answer

XL Deploy nesting dictionaries

I am preparing a an application for deployment using XebiaLabs XL Deploy tool. It is a .Net Windows Service, with environmental specific configuration (multiple instances across several qa/uat/prod servers) in the app.config. These config values…
Sean C
  • 59
  • 11
2
votes
1 answer

How to add pem files to target in flightplan automated deployment script for nodejs applications

I am new to node applications deployment, I am using flightplan.js for automated deployments, however in most of the documents I have seen it is only about password less deployments where a user's key is added to server, I want to set up the target…
Saurabh Udaniya
  • 468
  • 2
  • 17
2
votes
1 answer

How to deploy two projects in a single solution into two different servers using Release Management DSC

I have three projects in a single solution that I want to deploy using RM DSC: a Windows service webUI and a DB project For the deployment, I have three Azure servers: a SQL box and two App servers Currently I am able to deploy all three…
2
votes
1 answer

TFS automated deployment of web application

I have a VS 2013 solution consisting of a classlibrary and a website. The code is under source control in TFS 2013, and i want to setup nightly builds of the solution where the website is placed in a specific unc path which is a webroot on a test…
1
2 3 4 5