1
0
Fork 0
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:
Lee Hambley 2013-06-30 17:46:43 +02:00
parent 55ee0ec058
commit 8e1d33c4ef

View file

@ -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