From a07a6a36ca7fd4bb7af81649eec66f065ef011e4 Mon Sep 17 00:00:00 2001 From: Ain Tohvri Date: Fri, 25 Oct 2013 17:42:35 +0200 Subject: [PATCH] Update README with removed variables Add description and note on :copy_exclude which is not supported Capistrano 3 any more. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e8f0752..cb1a8c9c 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,12 @@ The following variables are settable: | `:git_https_password` | The (optional) password for accessing your Git repostory over HTTPS | if this is an SSH connection, this setting will have no effect. | | `:tmp_dir` | The (optional) temp directory that will be used (default: /tmp) | if you have a shared web host, this setting may need to be set (i.e. /home/user/tmp/capistrano). | +__Support removed__ for following variables: + +| Variable Name | Description | Notes | +|:---------------------:|---------------------------------------------------------------------|-----------------------------------------------------------------| +| `:copy_exclude` | The (optional) array of files and/or folders excluded from deploy | Replaced by Git's native `.gitattributes`, see [#515](https://github.com/capistrano/capistrano/issues/515) for more info. | + ## SSHKit [SSHKit](https://github.com/leehambley/sshkit) is the driver for SSH