konklone / oversight.garden

Bringing together the oversight community's work.
https://oversight.garden
Creative Commons Zero v1.0 Universal
26 stars 9 forks source link

AWS: promote staging web server to main domain #160

Closed divergentdave closed 7 years ago

divergentdave commented 7 years ago

This adds another rake task to help with deploying a new web server. After #158, the rake aws:create_web_asg task will now update the staging.oversight.garden DNS records once the new server is online. This new task, rake aws:promote will perform some sanity checks to make sure the new server's working, then copy the IP address from the staging.oversight.garden records to the oversight.garden records.

So, the new deployment process for the web server is rake aws:create_web_asg, do manual QA by browsing to staging.oversight.garden, rake aws:promote, and delete the old ASG in the console when you're done with it.

konklone commented 7 years ago

This is awesome, thank you!