We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2440c5 commit 3b5d2a7Copy full SHA for 3b5d2a7
Rakefile
@@ -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