Sha256: 1c5fbd081b19e6e7aa0e3e31b6a666a7b251833ede6cd795de1ccdb61b477fb8
Contents?: true
Size: 310 Bytes
Versions: 18
Compression:
Stored size: 310 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do after 'deploy', 'cable:symlink' namespace :cable do desc "links the most recent bundled cable gem to shared path." task :symlink do run "cd #{release_path} && ln -nfs `bundle list cable` #{shared_path}/cable" end end end
Version data entries
18 entries across 18 versions & 1 rubygems