We Store our code base at github and bitbucket. So we wrote nariya <https://github.com/arunoda/nariya> to continuously deploy when a change happens on a branch (mainly master)
2012/3/10 Tadeusz Wójcik <[email protected]> > Hi, > Would do you recommend when deploying nodejs apps? > > Do you use PAAS (nodejitsu, no.de etc) ? > Do you use git push based deployment tools? If so do you use ruby Capistrano > or maybe @substack's https://github.com/substack/fleet ? > How do you handle dependencies? Do you check node modules into git and > deploying it together? > Do you use npm shrinkwrap? > Do you tar your apps and deploy those tars? > How do you handle binary modules? > I try to work out some deployment workflow and think that using npm > shrinkwrap and build server which npm installs, tar my app and then deploy > that tar to bunch of servers is way to go, but I'm not sure how to handle > case when I use binary modules, in that case should I run my build server > on the same os as my target servers (in that case it would be smartos) ? > > > Cheers, > Tadek > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Arunoda Susiripala @arunoda <http://twitter.com/arunoda> <http://gplus.to/arunoda>https://github.com/arunoda http://www.linkedin.com/in/arunoda -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
