Guest User

Untitled

a guest
Oct 18th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. application = 'liderinteriores'
  2. repository = 'git@git.lapisraro.com.br:/var/repositories/sites_portais/moblidercarmo-cajuru-1/ww-0085-10-cronograma.git'
  3. #profile = ENV['profile']
  4. #if profile == 'production' then
  5. # hosts = %w( liderinteriores.com.br )
  6. #elsif profile == 'stage' then
  7. hosts = %w( clientes.lapisraro.com.br )
  8. #end
  9. hosts = %w( clientes.lapisraro.com.br )
  10. skip_steps = %w( migrate_database update_crontab )
  11. ssh_opts = '-A'
Add Comment
Please, Sign In to add comment