Questions tagged [autodeploy]

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration.

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration. More information can be found at http://www.vmware.com/products/vsphere/features-auto-deploy.

73 questions
5
votes
3 answers

ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory Permission denied, please try again

I want to run pipline on Bitbucket. I made all the necessary settings. I installed ssh_askpass. I am using Ubuntu 18. However, I am getting the error below. ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory Permission denied, please…
omero
  • 93
  • 1
  • 4
  • 10
4
votes
1 answer

auto deploy issues on heroku

I'm having issues setting up auto deploy with my github node.js repo on heroku. On the heroku side, it says "Automatic Deploys from master are enabled" and there are no restrictions on my repo for auto deploy on github. I am able to do a manual…
Kyle Klaiber
  • 133
  • 2
  • 8
4
votes
3 answers

How to have some Fabric tasks only run once locally while others run on all hosts

In my fabric scripts I have the following problem. I have a main task called autodeploy. Within this task I have some tasks that I only want to run once, locally. all remote tasks should run on each of the hosts of the host list. env.roledefs ={ …
Michael Küller
  • 3,982
  • 4
  • 22
  • 42
4
votes
1 answer

How to to autodeploy war file with GlassFish -- from "Core JavaServerFaces" by David Geary, Cay S. Horstmann

Naive question, but this is my first step in JSF, so forgive me ;-) I am following all the steps of the first example from "Core JavaServerFaces" by David Geary, Cay S. Horstmann (the 3rd edition). What works in general: java works glassfish…
greenoldman
  • 16,895
  • 26
  • 119
  • 185
3
votes
1 answer

PHP: different result when running script via HTTP and in command line

I have a GIT repo and i'm using PHP script to pull from master branch and update files on server. It's really simple solution just to test it out. I wanted to add a webhook on github to send callback after successful push so i could pull from this…
lukasz
  • 867
  • 1
  • 8
  • 17
3
votes
1 answer

Auto Create Parse app

We are working on a product. For each customer approached us, we would auto deploy iOS & Android apps to respective play stores. These apps would be associated with separate Parse app as back end. Is there any way to create the Parse app via APIs…
Ravi G
  • 859
  • 1
  • 8
  • 21
3
votes
2 answers

AutoDeploy a WAR file found in a subfolder of appBase

I have a third party web application which I would like to deploy to a Tomcat 5.0 server via an installer. AutoDeploy is set to true. However, the application consists of more than one WAR file. If I put the WARs under /webapps directly, they work…
Peter
  • 715
  • 1
  • 12
  • 23
2
votes
1 answer

AWS ECS does not update a container with latest source code from ECR

I have ESC service with EC2 task running on an EC2 instance. I am building and pushing docker image into ECR using GitHub Actions. The ECS task has been updated with latest ECR image, but the problem is that the task has not been updated as latest…
hsunny3993
  • 31
  • 5
2
votes
1 answer

Jenkins auto deploying failed, when all settings are right. -- error in mapperLocations, Spring (illegalArgumentException, TomcatManagerException)

I want to share some Jenkins auto-deployment issue solutions, that I could not find on the internet including here. But I'm almost a freshman in StackOverflow, so I'm just here to ask myself and answer myself right away. // I have tried to share the…
2
votes
1 answer

How should I deploy the result of the CI/CD pipeline on my production server

I am having this GitLab CI/CD which builds then tests and pushes my projects container to GitLab container register successfully. But now I am wondering how I can do the deployment stage automated too. currently, I am doing it manually and after…
2
votes
0 answers

Bitbucket pipeline with Angular 5 project (OVH Public Cloud)

I have a Public Cloud in OVH and I need to automate deploy process, but I'm having difficulties to finding a good documentation or tutorial. Need to make auto deploy using Bitbucket pipeline and OVH Public Cloud (using SSH). I don't know if using…
2
votes
0 answers

Issue on autodeploy to remote Tomcat with IntelliJ 2017.2

I needed to change my project from Php to Java/Spring. Everything was perfect for changing right now (all new Releases: Spring5, Java9, Tomcat9 and some other cool new stuff). Its been a while since i was developing with Java and Tomcat and I am…
Sunchezz
  • 740
  • 6
  • 21
2
votes
1 answer

Replace web.config element for Octopus Deploy

This is part of Web.config I wan't to change address="http://localhost:1001/"…
2
votes
2 answers

GIT POST-MERGE Hook, Get updated files

I've a branch titled uat on git. I want to get a clone of all the files which are updated in merge in the uat branch. (Basically idea behind it is to create a build to upload on uat server). I've tried doing this. #!/bin/bash branch=$(git…
Ashwini Agarwal
  • 4,828
  • 2
  • 42
  • 59
2
votes
1 answer

TFS 2012 Auto-Deploy Process

I am trying to improve our general automation process. We use VS2012 and TFS2012. Here is what I want to happen upon checkin to our CI branch: BUILD Build the selected projects / solutions as configured in the build definition settings. Generate…
Gary Doublé
  • 436
  • 4
  • 17
1
2 3 4 5