jerkeeler / aoestats-redux-community

aoestats project planning and issue reporting

Home Page:https://aoestats.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement blue/green deployment for zero-ish downtime

jerkeeler opened this issue · comments

Implementation:

  • Two separate caddy files, one for blue, one for green
  • Spin up new app server in new color
  • Swap caddy file to new color
  • Spin down old app server and celery containers
  • Start up new celery containers