From 478a26b13cb9e2b4b1bec9baedb1bc1f9c898c3e Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:27:04 -0700 Subject: [PATCH] Add note about push triggers --- web/deploy/terraform/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/deploy/terraform/README.md b/web/deploy/terraform/README.md index bf56f71..e467359 100644 --- a/web/deploy/terraform/README.md +++ b/web/deploy/terraform/README.md @@ -106,6 +106,8 @@ $ tofu apply In general, once everything is configured and resources are up, the only human interaction necessary is during [deployment to production](#deployment-to-production). +During development, for every push where a file in `web/deploy/terraform` or `.github/workflows/deploy-opentofu.yml` is modified, [`deploy-opentofu.yml`](../../../.github/workflows/deploy-opentofu.yml) will be run, and the actions up to the `tofu plan` steps will be run as feedback for the developer. The `tofu apply` steps will _not_ be run. + ### Deployment to Staging When pull requests are merged to main, up to two main workflows are run: [`deploy-docker.yml`](../../../.github/workflows/deploy-docker.yml) and [`deploy-opentofu.yml`](../../../.github/workflows/deploy-opentofu.yml).