Skip to content

Instantly share code, notes, and snippets.

@pottedmeat7
Created June 1, 2017 20:13
Show Gist options
  • Save pottedmeat7/1e3598593b40c1593205e33c6217f117 to your computer and use it in GitHub Desktop.
Save pottedmeat7/1e3598593b40c1593205e33c6217f117 to your computer and use it in GitHub Desktop.
namespace :figaro do
desc "Symlink application.yml to the release path"
task :symlink do
on roles :all do
execute :ln, "-sf #{shared_path}/application.yml #{release_path}/config/application.yml"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment