Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

*Update the changelog when deploying!

...

bundle exec cap staging maintenance:enable REASON="a test of maintenance mode" UNTIL="12pm Eastern Time"
  • It'll read "The system is down for [REASON]"
  • Deploy as usual / desired
  • Do anything else needed on the server that required the downtime
bundle exec cap staging maintenance:disable

...