diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-07 14:04:39 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-07 14:04:39 +0000 |
commit | e852fa7e76c4e3fd17e6900c570cf48db8aa5869 (patch) | |
tree | 4cf12271f2d6dc2e9c47775981983995c91a1d0c | |
parent | 4d6deb50e6b14a85fea58917c4ffa0fa402890d0 (diff) |
Invert instructions so they are correct!
-rw-r--r-- | doc/CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 56609fb09..6336ccba0 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,7 +5,7 @@ This release was mainly to address issue #418, a regression introduced in 0.5, which was causing deployment problems: -* Setting `STAGING_SITE: 1` in `general.yml` and running +* Setting `STAGING_SITE: 0` in `general.yml` and running `script/rails-post-deploy` will ensure the correct behaviour in production environments * It should now be safe to run `rake spec` on a production server @@ -24,7 +24,7 @@ As usual, there is a [full list of changes on github](https://github.com/sebbaco ## Upgrade notes -* On a production server, ensure that `STAGING_SITE` is set to `1`, +* On a production server, ensure that `STAGING_SITE` is set to `0`, and then run `script/rails-post-deploy` as usual. # Version 0.5 |