Skip to content

capistano 3.2.x error - #{scm}:set_current_revision ? #15

Description

@irobayna

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

    Rake::Task.define_task("#{scm}:set_current_revision") do
      invoke "rsync:current_revision" 
    end

but not sure how to implement

so far I have this, but the system is not deploying the proper files (Ubuntu 14.04)

  task :current_revision => %w[set_current_revision]

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions