Sha256: adedce03f46c2aa0a3875fdafc7277821df369fef1870fe3c7156535b43af5c1

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

namespace :symlinks do
  desc 'database.yml symlink'
  task :database do
    run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml"
  end

  after 'deploy:finalize_update', 'symlinks:database'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
recipes_matic-1.1.0 lib/generators/recipes_matic/templates/config/deploy/recipes/symlinks.rb
recipes_matic-1.0.0 lib/generators/recipes_matic/templates/config/deploy/recipes/symlinks.rb
recipes_matic-0.2.0 lib/generators/recipes_matic/templates/config/deploy/recipes/symlinks.rb
recipes_matic-0.1.0 lib/generators/recipes_matic/templates/config/deploy/recipes/symlinks.rb