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

Write `sc-rollback`, which will roll back one or more deployments. #2

Closed boutell closed 9 years ago

boutell commented 12 years ago

You can already do that by changing the symbolic link, and sc-deploy doesn't make a new deployment live if anything went obviously wrong, but a tool for doing this manually with less effort would be nice. Think about making people pick one by datestamp rather than just going back 'n' deployments to reduce the surprise factor.

develmts commented 10 years ago

I always supposed that roll back implies exactly "rebuild and use previous version". From your words it seems you're asking for something more in the line of an historic version manager (although I agree that technically the difference is minimal)

boutell commented 9 years ago

This exists now.