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?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.