mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
README all the things
This commit is contained in:
parent
55ee0ec058
commit
8e1d33c4ef
1 changed files with 8 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
Add this line to your application's Gemfile:
|
||||
|
||||
``` ruby
|
||||
gem 'capistrano', github: 'capistrano/capistrano', branch: :v3
|
||||
gem 'capistrano', '~> 3.0.0'
|
||||
```
|
||||
|
||||
And then execute:
|
||||
|
@ -189,6 +189,13 @@ your company lacks the infrastructure to test this in a staging environment)
|
|||
|
||||
## Configuration
|
||||
|
||||
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 repostory over HTTPS | if this is an SSH connection, this setting will have no effect. |
|
||||
| `: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. |
|
||||
|
||||
## SSHKit
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue