From bee99ea74f0028b0721334fa66f0386cb9eee6da Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:42:34 +0100 Subject: [PATCH] Update local-run-s3-push.sh --- bin/local-run-s3-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/local-run-s3-push.sh b/bin/local-run-s3-push.sh index 3c0d04039..a62bf4ff7 100755 --- a/bin/local-run-s3-push.sh +++ b/bin/local-run-s3-push.sh @@ -2,7 +2,7 @@ # This script will build an s3-push image and run the container. # When the container runs, assets will be pushed to the S3 bucket. -# This script is meant to be run locally and not in the CI/CD pipeline. +# This script is meant to be run locally (for testing/development) and not in the CI/CD pipeline. # Prerequisites: # - Have the .env file in the project root.