Skip to content
E. Dunham edited this page May 7, 2018 · 6 revisions

Welcome to the hubs-ops wiki!

Setup to deploy

Testing changes

  • Make PR of changes
  • When on your branch with the changes, in the terraform directory, run ./grunt-local apply ret to apply your changes to the dev environment. Fix any errors.
  • Get your PR reviewed

Deploying changes

  • Put your name in the topic of #mr-push on Slack
  • Land the PR, and check out the new master branch of this repo
  • Run grunt-local apply ret prod to get the Terraform plan of what will happen when your changes are applied
  • Stare hard at the plan to make sure it's composed of the changes that you wanted and none that you didn't
  • Type 'yes' and hit enter to deploy the plan
  • Verify that everything still works
  • Remove your name from the topic of #mr-push on Slack
Clone this wiki locally