Skip to content

Instantly share code, notes, and snippets.

View smdpro's full-sized avatar
🏠
Working from home

Samad Rahimi smdpro

🏠
Working from home
  • Freelance
  • Turkey
View GitHub Profile
@learncodeacademy
learncodeacademy / flightplan-deploy.md
Last active January 7, 2024 11:58
Deploy Node.js Apps with Flightplan

##Setup your server (this would ideally be done with automated provisioning)

  • add a deploy user with password-less ssh see this gist
  • install forever npm install -g forever

##Install flightplan

  • npm install -g flightplan
  • in your project folder npm install flightplan --save-dev
  • create a flightplan.js file