mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
commit
a8cd5a1f15
1 changed files with 1 additions and 3 deletions
|
@ -210,9 +210,7 @@ The following variables are settable:
|
|||
| Variable Name | Description | Notes |
|
||||
|:---------------------:|----------------------------------------------------------------------|-----------------------------------------------------------------|
|
||||
| `:repo_url` | The URL of your Git repository | file://, https://, or ssh:// are all supported |
|
||||
| `:git_https_username` | The (optional) username for accessing your Git repository over HTTPS | if this is an SSH connection, this setting will have no effect. |
|
||||
| `:git_https_password` | The (optional) password for accessing your Git repository 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). |
|
||||
| `: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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue