diff --git a/_site/documentation/upgrading/index.html b/_site/documentation/upgrading/index.html index 7b107470..e1f6ba2a 100644 --- a/_site/documentation/upgrading/index.html +++ b/_site/documentation/upgrading/index.html @@ -140,9 +140,8 @@ mv config/deploy/ old_cap # --> only for multistage setups

4. Update config/deploy/production.rb and config/deploy/staging.rb to have relevant data there. You may also want to add more stages from old configs (old_cap/deploy/).

-

5.

- -

Now you need to refactor your old deploy.rb (also Capfile, but in most of cases developers didn't change it in Capistrano 2.x). Move parameters (like set :deploy_to, "/home/deploy/#{application}" or set :keep_releases, 4) to config/deploy.rb and tasks to Capfile.

+

5. + Now you need to refactor your old deploy.rb (also Capfile, but in most of cases developers didn't change it in Capistrano 2.x). Move parameters (like set :deploy_to, "/home/deploy/#{application}" or set :keep_releases, 4) to config/deploy.rb and tasks to Capfile.

Important: repository option was renamed to repo_url.

@@ -163,7 +162,7 @@ mv config/deploy/ old_cap # --> only for multistage setups

8. Yay! Try to deploy with your new config set. If you discover any missing info in this upgrade guide, you're welcome to contribute to it.

-

General recommentations

+

General recommendations

Use DSL instead of writing ENV variables

@@ -239,9 +238,8 @@ mv config/deploy/ old_cap # --> only for multistage setups

4. Update config/deploy/production.rb and config/deploy/staging.rb to have relevant data there. You may also want to add more stages from old configs (old_cap/deploy/).

-

5.

- -

Now you need to refactor your old deploy.rb (also Capfile, but in most of cases developers didn't change it in Capistrano 2.x). Move parameters (like set :deploy_to, "/home/deploy/#{application}" or set :keep_releases, 4) to config/deploy.rb and tasks to Capfile.

+

5. + Now you need to refactor your old deploy.rb (also Capfile, but in most of cases developers didn't change it in Capistrano 2.x). Move parameters (like set :deploy_to, "/home/deploy/#{application}" or set :keep_releases, 4) to config/deploy.rb and tasks to Capfile.

Important: repository option was renamed to repo_url.

@@ -262,7 +260,7 @@ mv config/deploy/ old_cap # --> only for multistage setups

8. Yay! Try to deploy with your new config set. If you discover any missing info in this upgrade guide, you're welcome to contribute to it.

-

General recommentations

+

General recommendations

Use DSL instead of writing ENV variables