From 00839b39adc00a9d38df0c91c41c06eacf254879 Mon Sep 17 00:00:00 2001 From: 86LAK <121588258+86LAK@users.noreply.github.com> Date: Wed, 1 May 2024 14:46:38 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b53c4..189438a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This project is brought to you by the Evan Hughes FanClub. Our team consists of: ## Deployment Deployment of UniBasement is managed via the GitHub Actions. This is the recommended and easiest way to deploy the application and automatically preserve the state files. The GitHub actions utilise and manage its state files in AWS via an S3 bucket. -> :warning: **DO NOT RUN THE DEPLOY.SH LOCALLY TO DEPLOY OR TEARDOWN INFRASTRUCTURE.**: Lakshan will find you and tickle you if you do +> :warning: **DO NOT RUN THE DEPLOY.SH OR TEARDOWN.SH LOCALLY TO DEPLOY OR TEARDOWN INFRASTRUCTURE. THIS INCLUDES RUNNING ``TERRAFORM APPLY``` OR ```TERRAFORMDESTROY```**: Lakshan will find you and tickle you if you do 1. Grab your AWS credentials from the UQ Token Machine (link on Blackboard) 2. Go to the Github Actions and find the ```Manual AWS Deployment``` workflow.