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
2
votes
1 answer

Best way to Deploy ASP.NET webapplication

I would like to know what is the efficient way for deploying ASP.NET web application. The process that I follow to deploy are: Build the web applicaiton Publish the web application from Standard Bar > Build Menu [Selecting only the files needed to…
fais
  • 165
  • 2
  • 15
2
votes
3 answers

WAR doesn't get redeployed in Glassfish from autodeploy

I was able to deploy my WAR the first time I placed it under domains/domain1/autodeploy dir. However, after making some changes and redeploying the WAR to the autodeploy dir, the changes were not picked up. I even deleted…
amphibient
  • 29,770
  • 54
  • 146
  • 240
2
votes
1 answer

Use New-AzureDeployment to deploy cloud service, But error occurs "The HTTP version specified is not supported for this operation by the server"

PS C:> New-AzureDeployment -ServiceName "TestAutoDeploy" -Slot "Production" -Package "d:\builds\a.cspkg" -Configuration "d:\builds\a.cscfg" -Label "MyDeployment" New-AzureDeployment : The HTTP version specified is not supported for this operation…
rroo
  • 23
  • 3
2
votes
1 answer

Netbeans, how to build project deploy(war) file into custom folder?

Netbeans project, is it possible to build deploy(.war) file into domain's autodeploy folder automatically, not in dist folder? So that, it would be VERY useful to deploy project .war file to local glassfish server automatically.
Almas Adilbek
  • 4,371
  • 10
  • 58
  • 97
1
vote
0 answers

Autodeploy war on tomee

I'm trying to create a working development environment using a TomEE 8.0.4 docker image. I'm packaging my project into a war with all the dependencies (those which not provided with TomEE). Then I'm copying that war to the webapps directory in the…
Alfredo Tostón
  • 327
  • 2
  • 12
1
vote
0 answers

npm run build failed bitbucket pipleline

I have below error + REACT_APP_STAGE=qa npm run build > EcoBux@0.1.0 build /opt/atlassian/pipelines/agent/build > react-scripts build Creating an optimized production build... Treating warnings as errors because process.env.CI = true. Most CI…
Md. Parvez Alam
  • 4,326
  • 5
  • 48
  • 108
1
vote
0 answers

There is no result after auto-deploy an app using GitLab CI/CD on Ubuntu

In my laptop with npm run serve can load my Vue app on http://localhost:8080 so i initialized git and push the app into a new Gitlab repository then created Dockerfile as below: FROM node:12.18.3 AS build-stage WORKDIR /app COPY package*.json . RUN…
1
vote
2 answers

Deploy To multiple production servers

We have a main repository based on Gitlab CD/CI. Now with our grows, we had a hard time to update each of our customer's apps using auto deploy with Git. Now we're looking for a solution when production stage success and tests passed then all of…
Payam Khaninejad
  • 7,692
  • 6
  • 45
  • 55
1
vote
1 answer

Tomcat autodeploy sometimes explodes only partial WAR

Part of our web app management process is to create a WAR on a dropbox directory that is shared with our web server (running in Amazon EC2). We have a .NET script running on the web server that watches for WAR files to appear in the dropbox folder,…
user3191192
  • 169
  • 13
1
vote
0 answers

Gitlab to Digital Ocean Auto Deploy

Many of my projects are hosted at Digital ocean and i am using Gitlab. I have a way to deploy new releases to the servers. And i wanted to learn the appropriate/ best way to enable auto deploy from Gitlab to the server.
nasirkhan
  • 9,948
  • 5
  • 27
  • 33
1
vote
1 answer

How to enable auto redeploy in vertx when using intellij

How to enable auto redeploy in vertx application code when running in intellij idea? Intellij Settings for hot deployment of vertx application.
Kishore Tulsiani
  • 1,106
  • 13
  • 29
1
vote
0 answers

How to deploy two git repositories on same AWS instance with codeDeploy service?

I have to deploy two github repositories on AWS.For this, I am using "GitHub Auto-Deployment" service. (deployment service is working fine) The problem is when the code from one repository deploys on Server the code from other gets automatically…
Varun Nayyar
  • 887
  • 4
  • 20
  • 46
1
vote
1 answer

Vertx automated deployment

I've been recently exploring Vertx documentation and was wondering what are the common automated deployment strategies for Vertx application ? Let's assume I've written my app in serveral languages. Verticle1: …
JavaJedi
  • 221
  • 5
  • 16
1
vote
1 answer

git flow branching model... how does 'qa' branch fit in, with jenkins auto deploy?

We are using Vincent Driessen's git flow branching model, which is working well. All projects build through CI (jenkins) and auto-deploy from develop branch to test servers (web applications, java applications, and so on). Now, we want to set up…
vikingsteve
  • 38,481
  • 23
  • 112
  • 156
1
vote
1 answer

Trigger bash script when creating tag/branch in git

I want make auto deployment as following: Deploy to QC environment on every code push Deploy to Production Environment only on creating new tag Can you help on it?
Bhesh Sejawal
  • 558
  • 2
  • 7
  • 22