Automated code deployment to multiple servers.
Questions tagged [automated-deploy]
126 questions
1
vote
1 answer
Deployment with Chef by using chef-solo: Error node.json
I want to start deploying components with chef-solo.
I've already installed Chef Client (including chef-solo) and the required RPM artifacts by using yum.
I've also configured the solo.rb and node.json .
After executing the command: chef-solo -c…

Jaw. M.
- 139
- 2
- 15
1
vote
1 answer
"Update Model from Database" as build step
I am working on an application that utilizes a database that often has tables added to it or modified. Is there a way I can regenerate the .edmx file as a build step or during compile time to add these new tables/modifications without manually…

gillzj00
- 31
- 3
1
vote
1 answer
Automated Spark testing environment
My problem: I am developing a Spark extension and I would like to perform tests and performance at scale before making the changes public. Currently such tests are a bit too manual: I compile & package my libraries, copy the jar files to a cluster…

Radu
- 1,098
- 1
- 11
- 22
1
vote
1 answer
How to set params/vars globally for all hosts in Ansible's playbook?
For now I have a playbook looks like
- hosts: hws
gather_facts: no
vars_files:
- variables.yml
roles:
- role: hypervisor
- hosts: vms
gather_facts: no
vars_files:
- variables.yml
roles:
- role: web-server
and it looks…

HeroFromEarth
- 73
- 1
- 9
1
vote
0 answers
Chef cannot upload cookbook to automate server
I m trying to upload a test cookbook from my windows client to automate server.
The chef server received the cookbook , I can see it in the management console , the command return Uploaded 1 cookbook but doesn t work on automate server .
here is the…

Wanexa
- 59
- 1
- 6
1
vote
1 answer
How can Jenkins read a polling text file checked in GIT to trigger a deployment?
Current scenario: Build and deployment happens in development environment and the code is checked in to GIT and the JAR file is placed in Nexus. Then a change request is raised to deploy the same to the QA environments. The CR is attached with two…

Siddharth Modwel
- 13
- 4
1
vote
2 answers
Path size issues related to working with node/npm on a build server
I have a build server that builds and deploys to our continuous integration (CI) environment and auto-deploys to Development, Staging, Live - all via TFS Build Definitions.
On the build server I need to compile Dust templates (before the deploy…

TerrorBight
- 334
- 4
- 23
1
vote
0 answers
How to extend the number of webhooks on Github
I am setting up automated deployment for my company Azure webapps except that we reached the github organization limit. As far as I know the limit is 20 and we do have 20 webhooks on github. I cannot find anything in their documentation about…

CodingNagger
- 1,178
- 1
- 11
- 26
1
vote
1 answer
What are good deployment and release strategies for a shared runtime environment?
Status Quo
For our customer we are developing some libraries and applications that run as "modules" within a larger application that is delivered as a internal Java Web Start application. The customer maintains the infrastructure that this…

msonntag
- 113
- 1
- 6
1
vote
6 answers
Deploy to HockeyApp fails
I ran through a tutorial on the HockeyApp site for creating and uploading the HockeyApp build Task to Visual Studio Team Services (VSTS). When I queue a new build, it clones my repo from GitHub, builds it and publishes the artifacts.
When VSTS goes…

Johnathon Sullinger
- 7,097
- 5
- 37
- 102
1
vote
1 answer
How to automate building and deploying Jekyll site to webserver via FTP
My Jekyll files are stored in Bitbucket, and I would like to be able to automatically generate the _site folder on every new change that gets pushed. (Note, I don't want to push my _site folder to Git, that is out of the question.)
Once this _site…

jmak35
- 13
- 5
1
vote
0 answers
Eclipse - Adding/Removing Projects to Server
is there a way to automate (ant/maven) the eclipse menu function to add/remove a project to a server?
Scenario:
I'm using eclipse to develop a large Liferay project with multiple modules. The deployment process is rather large. I have to manually…

FeinesFabi
- 1,147
- 2
- 12
- 25
1
vote
4 answers
Automated deployment to Azure
I am investigating ways to automate deployment of a specific build of a product to a specific Azure Cloud Service or VM.
The following steps would be automated, with as little manual intervention as possible:
Create a Cloud Service or VM
Install a…

Nick Baker
- 717
- 4
- 27
1
vote
1 answer
Can PhpStorm transform .htaccess files on deploy?
I am currently developing a PHP application using JetBrains PhpStorm. This applications contains several .htaccess files.
As there is right now no automated deployment process for this application I am using the "Upload to..." feature in PhpStorm.…

Chris
- 6,914
- 5
- 54
- 80
1
vote
1 answer
Octopus Deploy: How to Deploy Different Projects to Different Production Machines
Simplified example of my issue...
My company has 4 separate applications: App A, B, C & D. My company has 2 separate production servers.
App A's Production Server = Server 1
App B's Production Server = Server 1
App C's Production Server = Server…

Pseudonymous
- 839
- 5
- 13