diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-02-23 09:03:16 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-02-23 09:03:16 +0000 |
commit | 5fbb8c373adff5dad51d5b81013b1b5c6b6c0e13 (patch) | |
tree | 80d7a718567a5337feea1c96300b17a148aaff56 /docs/installing | |
parent | 2f9f9784c09af82ad8f2991aa43687637abbc3ef (diff) | |
parent | fbf5605f8ac4b663a36125aefdb4c8906de4d375 (diff) |
Merge remote-tracking branch 'github/garethrees-patch-1' into gh-pages
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index a0a4c0abb..355c4f8a2 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -175,7 +175,7 @@ for the config that you've set up). Ensure you've got a `config/deploy.yml` file with the correct settings for your site. If there are other people in your team who need to deploy, you'll need to share it with them too -- it might be a good idea to keep the latest -version in a [Gist](http://gist.github.com/). +version in a private [Gist](http://gist.github.com/). * to deploy to staging, just run `cap deploy` * to deploy to production, run `cap -S stage=production deploy` |