apostrophecms / stagecoach

Painlessly deploy node.js applications to your staging and production servers. Use a standard VPS or dedicated server to host both Node and traditional Apache-based websites. Pairs nicely with nginx and mechanic.
306 stars 29 forks source link

`start` script has to be able to tell if the job is already running via 'forever', otherwise forever will keep trying to run two copies #1

Closed boutell closed 12 years ago

boutell commented 12 years ago

forever restart can't be used the first time. Possibly we just forever stop and ignore the result and thenforever start for now.

boutell commented 12 years ago

sc-deploy is smart enough to stop things before it starts them, so we're good enough here for now.