mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
added itegration to gen_deploy
This commit is contained in:
parent
565648300b
commit
48cd2793cf
2
Rakefile
2
Rakefile
@ -202,7 +202,7 @@ end
|
|||||||
|
|
||||||
desc "Generate website and deploy"
|
desc "Generate website and deploy"
|
||||||
task :gen_deploy do
|
task :gen_deploy do
|
||||||
[:generate, :deploy].each { |t| Rake::Task[t].execute }
|
[:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute }
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "copy dot files for deployment"
|
desc "copy dot files for deployment"
|
||||||
|
Loading…
Reference in New Issue
Block a user