I have the following requirement, and would like to understand how to do this from Bamboo:
What are my options for doing this? Some ideas I've had:
Any other ideas? How have other people solved this?
Community moderators have prevented the ability to post new answers.
Hi Nils,
We run our node servers using forever (npm package) and init scripts based on http://blog.podrezo.com/init-d-startupshutdown-script-for-node-js-applications-via-forever/.
So when we are deploying the applications we do the following from a SSH Task:
We are using deployment projects in Bamboo, our builds only create packages that we deploy into several environments.
Thanks for the reply - this looks great. I've done some research and it looks like I'll be using a similar approach using forever + nodemon. Since it's just a test system, I probably won't integrate with init.d.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.