You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .tool-versions and circleci/config.yml to have new versions.
Get tests passing.
Send Draft PR
Adjust group_vars for staging/prod for new versions in princeton_ansible.
Provision one staging box.
Deploy branch to staging box.
Provision all staging boxes.
Deploy branch to staging boxes.
Make sure everything's working.
Provision some production boxes.
Deploy to those production boxes.
Provision rest of production boxes.
Deploy to rest of production boxes.
Make sure everything's running.
Merge all the PRs.
Notes
If you need or want to remove nodes from the load balancer you can do so with cap --hosts=<host> staging application:remove_from_nginx, and put it back with cap --hosts=<host> staging application:serve_from_nginx
The text was updated successfully, but these errors were encountered:
Acceptance Criteria
Steps
.tool-versions
andcircleci/config.yml
to have new versions.princeton_ansible
.Notes
If you need or want to remove nodes from the load balancer you can do so with
cap --hosts=<host> staging application:remove_from_nginx
, and put it back withcap --hosts=<host> staging application:serve_from_nginx
The text was updated successfully, but these errors were encountered: