Category "deployment"

PyCharm AWS Toolkit/SAM Deploy parameter override doesn't work

I am deploying a serverless application to AWS. I have a environment parameter in my SAM template ENV: 'DEV'. When I do the deployment up to AWS, I specified a

Use pex with poetry pyproject.toml

I'm trying to figure out how to do automated(ish) deployment for a python project with pex. I currently have the following process: $ poetry run pip freeze >

Heroku doesn't see my changes after git push

I am trying to deploy a new version of my app to heroku and although running it locally works, I can't see any change after I do the following: git push heroku

I tried to deploy a smart contract with address argument in ropsten, but the account is complained to be invalid

const wallets = [accounts[2],accounts[3]]; const shares = [2,1]; return deployer .then(() => { return deployer.deploy(

deploy with deployer fails

I'm having problem with deploying with the use of deployer, this is the first time i'm using any deployment tool. My teacher have made a guide for making it wor

RShiny Deployment, CMake issue

I have written an app, which I can deploy on shinyapps.io with no problem from my old laptop with Windows 10, R version 4.1.0. When I try to deploy the exact sa

How to get Jenkins to perform deletes on remote server

I am trying to get started with an automated build process using Jenkins. So far i have managed to get Jenkins to build a project from BitBucket, run tests an

Deploy Strapi on AWS - ERROR: "Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?"

I'm trying deploy Strapi on AWS, but when I'm launching pm2, then I'm getting error: "Knex: Timeout acquiring a connection. The pool is probably full. Are you m

error activating .wsp file in sharepoint server 2010

I developed a sample application in visual studio 2010. I created an Empty SharePoint Project and gave the local site url for debugging. Checked "Deploy as Farm

React app deployment to Netlify : Module not found: Error: Can't resolve './pages/HomePage' in '/opt/build/repo/src'

How can I solve this error? I tried many approaches like using Netlify CLI, linking to git and github but nothing worked. The app works fine in development mod

How to force jboss to load classes from jars in webapp's lib

I am trying to deploy my web application on jboss-6.0.0Final, which is currently deployed on apache tomcat. I have two jars one that contains same package which

Problem with passing parameters in a shell function

I have the following shell script. There is a deploy function, that is used later in the script to deploy containers. function deploy { if [[ $4 -eq QA ]]

Deploying NetFwTypeLib to manage the Windows Firewall

My Windows service needs to create/remove certain rules from the Windows firewall. For this I interface with NetFwTypeLib in <windows>\system32\hnetcfg.dl

How do I move my service from alpha to sitetest3

I have a service in running in alpha (staging) that I'd like to move to the new snc2_st3 (sitetest3). What do I need to know?

maven : deploy artifact file name

Hi : Im finding that maven deploys by default change the file name to match the version+artifact id. For example Deploying a jar file, with artifact=A and ve