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
Try adding this somewhere your deploy.rb. It uses the same mechanism to figure out the git-revision than Capistrano 2 did. You don't need to fork this capistrano-rsync for this "intermediate patch" to work.
namespace:rsyncdo# internally needed by capistrano's "deploy.rake"task:set_current_revisiondorun_locallydowithinfetch(:rsync_stage)dorev=capture(:git,'rev-parse','HEAD')set:current_revision,revendendend
It appears something has changed in latest capistrano and now it requires
#{scm}:set_current_revision
I have forked the code and added the following definition
but not sure how to implement
so far I have this, but the system is not deploying the proper files (Ubuntu 14.04)
Any thoughts?
The text was updated successfully, but these errors were encountered: