From b541dc79a0493364765ccda8ce402a6fb53f3b49 Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:08:13 -0700 Subject: [PATCH] Add general notes for development/deployment workflow --- web/deploy/terraform/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/deploy/terraform/README.md b/web/deploy/terraform/README.md index 376b44d..27dfc2c 100644 --- a/web/deploy/terraform/README.md +++ b/web/deploy/terraform/README.md @@ -101,3 +101,9 @@ $ cd ~/path-to-repo/web/deploy/terraform/production/ $ tofu plan # This is not required, but gives a nice preview $ tofu apply ``` + +## Development/Deployment Workflow + +In general, once everything is configured and resources are up, the only human interaction necessary is during [deployment to production](#deployment-to-production). + +### Deployment to Production