mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update README with removed variables
Add description and note on :copy_exclude which is not supported Capistrano 3 any more.
This commit is contained in:
parent
4f3a459ba7
commit
a07a6a36ca
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue