1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/config/deploy/production.rb

12 lines
247 B
Ruby
Raw Normal View History

2018-11-28 13:41:36 -05:00
# frozen_string_literal: true
2019-09-30 15:02:13 -04:00
server 'alpha.libertarian-party.com',
roles: [],
no_release: true
2019-09-30 15:02:13 -04:00
server 'beta.libertarian-party.com',
roles: %w[rvm web]
2019-09-08 17:14:03 -04:00
2019-09-30 15:02:13 -04:00
server 'gamma.libertarian-party.com',
roles: %w[rvm web app db]