Created
April 9, 2010 21:33
-
-
Save sud0n1m/361606 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dns_provider: zerigo | |
zerigo: | |
customer_id: xxxx | |
email: [email protected] | |
token: xxxxx | |
type: A | |
ttl: 300 | |
dns_records: | |
- host: "#{(RUBBER_ENV == 'production') ? '' : 'www-' + (RUBBER_ENV || 'default')}" | |
domain: streetappschallenge.com | |
data: "#{rubber_instances.for_role('web').first.external_ip}" | |
type: A | |
ttl: 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment