Skip to content

Commit 3b5d2a7

Browse files
committed
add Rakefile
1 parent b2440c5 commit 3b5d2a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rakefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
task :default => [:deploy]
2+
3+
task :deploy do
4+
puts `cd _attachments && bpm rebuild && cd ..`
5+
puts `couchapp push prod`
6+
end

0 commit comments

Comments
 (0)