mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update README.md
This commit is contained in:
parent
5d059b299a
commit
43c87cd9b6
1 changed files with 0 additions and 20 deletions
20
README.md
20
README.md
|
@ -106,26 +106,6 @@ $ rake features
|
|||
$ rake features KEEP_RUNNING=1
|
||||
```
|
||||
|
||||
## Metrics
|
||||
|
||||
Since version 3.3.3 Capistrano includes anonymous metrics. The metric server,
|
||||
gem collection, and when it exists, the HTML/d3 page to view the metrics are
|
||||
all open-source and available for inspection and audit at
|
||||
https://github.com/capistrano/stats
|
||||
|
||||
**Notes for CI**: If you commit the file `.capistrano/metrics` to your source
|
||||
control, you will not be prompted again, this is what we expect you to do, and
|
||||
it should also avoid breaking your CI server by blocking waiting for an answer
|
||||
on standard in. The metric prompt is also [disabled when standard in is not a
|
||||
tty](https://github.com/capistrano/stats/blob/77c9993d3ee604520712261aa2a70c90f3b96a6f/gem/lib/capistrano-stats/metric-collector.rb#L53)
|
||||
(when using Capistrano from scripts, or from some well behaved CI services)
|
||||
|
||||
* The gem invites users to opt-into metrics collection when the task
|
||||
`load:defaults` is called. A project-specific hash derived from the output of
|
||||
`git config remote.origin.url` is written to a file `.capistrano/metrics` to
|
||||
allow us to differentiate between many members of the same team deploying the
|
||||
same project vs. many people on many projects.
|
||||
|
||||
## SSHKit
|
||||
|
||||
[SSHKit](https://github.com/leehambley/sshkit) is the driver for SSH
|
||||
|
|
Loading…
Reference in a new issue