Skip to content

Validated Recipe

Change requires PR.

Reviewers: default_reviewers

How To Ship Groundworks

Goal: Put any code into production.

Steps

  1. do you have any local changes or unpushed branches?
    yes:
    1. Stop Now; failed

      Get git-clean. Commit everything & push your branches.

  2. Accomplish the goal Deploy the code
  3. verify that the site is correct
  4. is everything ok?
    no:
    1. Accomplish the goal Revert the deploy
    2. Stop Now; failed

      Deploy failed. Fix the problem and try again.

  5. Done!

Deploy the code

  1. follow our old process.
  2. Done!

Revert the deploy

  1. Stop Now; failed

    revert is not universally supported.

  2. Done!