You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delivered version of Capistrano is patched to avoid random can't dump IO
errors. See the corresponding merge request that introduced this patch.
Migration
1.x → 2.x
SCM value :copy is deprecated in Capistrano.
Remove config set :scm, :copy from your deploy.rb file. dkdeploy-core already configures :copy as default value.
Release folder name pattern has changed.
There's nothing to do. Capistrano will print a warning until all release
folders with the old name schema are removed. This happens automatically
during the deploy:cleanup task.