deploy_ha → deploy
This commit is contained in:
parent
e2b09df049
commit
516860c92e
2 changed files with 3 additions and 3 deletions
6
lib/tasks/deploy.rake
Normal file
6
lib/tasks/deploy.rake
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue