summaryrefslogtreecommitdiff
path: root/tomato.rb
blob: d68f562dacca7114f9913133e91028f6be3c4997 (plain)
1
2
3
4
5
deploy save: "#{HOME}/...yml" do
  binding.eval_file "#{dir}/common.rb"
  tree src: "#{dir}/tomato",
       dst: HOME
end