diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-12 08:57:13 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-12 08:57:13 +1000 |
commit | 2fe8639f132d69a290d7a51963c2f857a58662a8 (patch) | |
tree | 1630d9db72782691e3a6a0b81b33788fde77511e | |
parent | cc0c8cd35a14ff518a674a1d38ce106a93447687 (diff) |
Doco updates
-rw-r--r-- | config/deploy.rb | 1 | ||||
-rw-r--r-- | doc/DEPLOY.md | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 886cc64fe..ea395c37c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,5 @@ require 'bundler/capistrano' -# Deploy to staging by default unless you specify '-S stage=production' on the command line set :stage, 'staging' unless exists? :stage configuration = YAML.load_file('config/deploy.yml')[stage] diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md index 269b2c25d..aaf0c777a 100644 --- a/doc/DEPLOY.md +++ b/doc/DEPLOY.md @@ -36,5 +36,5 @@ For additional usage instructions, see the [Capistrano wiki](https://github.com/ ### TODO -* Allow `cap deploy:setup` to install dependencies like those in `config/packages` -* Use [Whenever](https://github.com/javan/whenever) to set up cronjobs
\ No newline at end of file +* Get `cap deploy:setup` to do most of the work described above in the *Set up* section +* Use [Whenever](https://github.com/javan/whenever) to set up cronjobs |