diff options
author | Gareth Rees <gareth.h.rees@gmail.com> | 2015-02-20 16:20:14 +0000 |
---|---|---|
committer | Gareth Rees <gareth.h.rees@gmail.com> | 2015-02-20 16:20:14 +0000 |
commit | fbf5605f8ac4b663a36125aefdb4c8906de4d375 (patch) | |
tree | 80d7a718567a5337feea1c96300b17a148aaff56 | |
parent | 2f9f9784c09af82ad8f2991aa43687637abbc3ef (diff) |
Don't recommend sharing server config publicly
-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` |