mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Capistrano::SCM::* depends on Capistrano/deploy
This commit is contained in:
parent
b795311a1d
commit
9b74681c1f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ set :scm, :svn
|
||||||
To avoid deprecation warnings:
|
To avoid deprecation warnings:
|
||||||
|
|
||||||
1. Remove `set :scm, ...` from your Capistrano configuration.
|
1. Remove `set :scm, ...` from your Capistrano configuration.
|
||||||
2. Add *one* of the following SCM declarations to your `Capfile`:
|
2. Add *one* of the following SCM declarations to your `Capfile` after `require "capistrano/deploy"`:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
# To use Git
|
# To use Git
|
||||||
|
|
Loading…
Reference in a new issue