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
0
votes
0 answers

while deploying on remote server i am getting an error' Error: connect ECONNREFUSED 10.208.26.206:21'

Error: connect ECONNREFUSED 10.208.26.206:21 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17) this is the error i am getting. before the main project i was…
0
votes
2 answers

When run GITLAB CI then error migrate laravel with service mysql 5.7

enter image description here Please help me. When gitlab CI instance run then error migrate of laravel , can't connect host mysql enter image description here
0
votes
1 answer

Cannot update code with lorisleiva/laravel-deployer when deploying

I am quite new to laravel deployment using this CI/CD lorisleiva/laravel-deployer. I don't know why my code on server doesn't update when doing php vendor/bin/dep deploy staging while it is successfully deployed. Here is my deploy.yaml import: -…
0
votes
1 answer

Gitlab: Permission denied (publickey,keyboard-interactive). fatal: Could not read from remote repository

I'm deploying my laravel project through CI/CD pipeline, when i trigger the deploy branch i got this error here is my gitlab-ci.yml code before_script: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | ssh-add - - mkdir -p ~/.ssh - '[[ -f…
0
votes
0 answers

Automatically deploy a new laravel installation with custom domain

This is not really a specific question about my code, but I would like to ask you guys to think with me. I am working on a SaaS-application that I will provide to a few customers. The customers will be able to deploy their own SaaS-application on…
DevSerge
  • 41
  • 7
0
votes
1 answer

WebLogic autodeployed ear gone after Docker container restart

I have a WebLogic 12.1.2 image that I'm looking to auto deploy an application ear on to. I can do this when building the image using the Dockerfile i.e. COPY some.ear /u01/domains/mydomain/autodeploy The container run using this image runs fine and…
user1421324
  • 139
  • 3
  • 9
0
votes
1 answer

fabric(2.5) keeps asking for password using SSH connection

I have upgraded fabric from fabric3==1.14.post1 to fabric=2.5.0. Code works fine with fabric3==1.14.post1. And now i have a problem while executing tasks inner another tasks. The problem is that, when i run task, task must update and install soft in…
A'zam Mamatmurodov
  • 370
  • 1
  • 5
  • 14
0
votes
1 answer

Files Transform : EPERM: operation not permitted in Azure DevOps

I am trying to make Release in Azure DevOps for .Net Core Web Application. I am using the File Transform task of Release. for Dev environment it's working perfectly fine. but when I am trying to make release defination for Test it's giving me error…
0
votes
1 answer

ECS auto deploy with ECR

I'm using GitHub, Jenkins, AWS ECR, AWS ECS. I want to deploy automatically when GitHub has a new commit. When GitHub, have new commit, GitHub, sent webhook to Jenkins, Jenkins build images and push to ECR with tag 'latest'. I wonder how can I make…
0
votes
0 answers

AutoDeploy Jenkins, Payara

I want an automated deploy to payara server with Jenkins, but I don't know how to achieve this. Could someone please help me? Maybe I should use docker or any other application to make this job. I used the plugin "deploy war/ear" but this was the…
0
votes
1 answer

Can't get jenkins war to run using tomcat 8

I am currently trying to incorporate autodeployment for my maven project. I tried downloading jenkins.war and copied to the webapps folder of my tomcat8. But for some reason jenkins is not successfully deploying in tomcat. Its throwing the below…
MPK
  • 105
  • 1
  • 10
0
votes
1 answer

Glassfish 4.x: using .reload mechanism in Eclipse?

When I go to the Glassfish 4.x admin frontend and use the path to the unpackaged Eclipse build folder instead of uploading a WAR file, a simple "touch .reload" will trigger a relatively fast reload of the webapp container. However, when using the…
user1050755
  • 11,218
  • 4
  • 45
  • 56
0
votes
1 answer

AWS + Github Auto-deploy: hooks does not work

I'm playing with AWS Code Deploy and want to setup automatically building environment. What I've done: 1. Configured `Code Deploy` for my GitHub repository. (it deploys fine) 2. Added AWS Code Deploy service in Github settings of my repo. 3. Added…
smart
  • 1,975
  • 5
  • 26
  • 46
0
votes
2 answers

Continuous Deployment on azure VM

I am using bitbucket as repo and I want to create an autodeploy with azure. We are not using azure web apps , Its azure VM hosting IIS and application. There are multiple applications on one VM. How I can enable autodeployment in this scenario any…
0
votes
2 answers

Github with opswork auto deployment using webhook help needed

Again i got stuck to achive the target to trigger deployment once code is pushed to repo, I search the net but i found only old information github is updated and as per there instruction i setup all values but still not working so its look i am…
P-Kumar
  • 11
  • 1
  • 6