deploy_ha → deploy

This commit is contained in:
gregoirenovel 2018-09-20 11:20:57 +02:00
parent e2b09df049
commit 516860c92e
2 changed files with 3 additions and 3 deletions

6
lib/tasks/deploy.rake Normal file
View file

@ -0,0 +1,6 @@
task :deploy do
domains = %w(149.202.72.152 149.202.198.6)
domains.each do |domain|
sh "mina deploy domain=#{domain}"
end
end