Capistrano 3 copy strategy equivalent

后端 未结 3 1153
醉酒成梦
醉酒成梦 2021-02-20 16:25

I updated to Cap 3 and it appears that set :deploy_via, :copy is no longer supported. In the release annoucement there is a link to a video for replicating the copy

3条回答
  •  别跟我提以往
    2021-02-20 16:53

    You can use its gem - https://github.com/WildZero/capistrano-scm-tar-copy

    set:

    set :scm, :copy

    set :include_dir, '/User/w1ldzer0/ExampleDir'

    and go

提交回复
热议问题