diff options
Diffstat (limited to 'tomato.rb')
-rw-r--r-- | tomato.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tomato.rb b/tomato.rb new file mode 100644 index 0000000..d68f562 --- /dev/null +++ b/tomato.rb @@ -0,0 +1,5 @@ +deploy save: "#{HOME}/...yml" do + binding.eval_file "#{dir}/common.rb" + tree src: "#{dir}/tomato", + dst: HOME +end |