Hello, I am deploying a React application to a single Windows server 2012 machine using Octopus 2018.5.1 and I am attempting to serve the build by using below command.
npm run serve
The command is successful and my application starts running. However, the build task never finishes. It will remain on this task until the deployment is cancelled, and after cancelling, subsequent deployments indicate that the tentacle is busy, and a service restart is required before another deployment can start.
If I execute this command directly on Windows server through Powershell, It opens another tab and starts my application. So, Is it possible to apply the same process in Octopus as well in order to complete the build task.
I am looking for your guidance on solving this issue. Any suggestions are welcome. Thanks!