From e348fbcc8b83cd73a88b251394d18c756ae2a67c Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sat, 9 Mar 2024 17:47:56 -0800 Subject: [PATCH] Add big warning about deployment in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3fa8f1..52a68fd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ terraform init ## Deploying +> [!IMPORTANT] +> The only way to deploy to our servers is via Terraform, either done locally +> or through GitHub Actions. **Do not** manually change anything on the servers +> without going through Terraform. + ### Deploy locally To deploy locally, ensure you have Nix installed and have loaded the Nix shell.