repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Extensive Namespacing of model specs
[merb_mart.git]
/
www
/
Rakefile
blob
2dc6ab7910a17eeb52005144a74335cfe4769aa5
1
# $Id$
2
3
load 'tasks/setup.rb'
4
5
task :default => :build
6
7
desc 'deploy the site to the webserver'
8
task :deploy => [:build, 'deploy:rsync']
9
10
# EOF