Hacker News new | ask | show | jobs
by 13rules 4874 days ago
How are you updating your master branch? Are you just doing a 'git aws.push'?

I'm reading that causes a little bit of downtime and AWS' recommendation for zero downtime is to create a new environment and then switch the CNAME to point to the new environment once it is ready... Seems like a little bit of an ordeal for pushing out changes.

Thoughts?