From bbc72ea476888e53f6abf3a551c7973eac04e973 Mon Sep 17 00:00:00 2001 From: Samuel Lim Date: Tue, 12 Nov 2024 14:52:00 +0800 Subject: [PATCH] Clarify expired env variables --- devops/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devops/README.md b/devops/README.md index ad387d92ad..b0b3206b10 100644 --- a/devops/README.md +++ b/devops/README.md @@ -52,3 +52,9 @@ export AWS_SESSION_TOKEN= ```bash chmod +x deploy-backend.sh ``` + +--- + +**Q: The script worked before but doesn't work anymore** + +**A:** This could be due to the environment variables expiring. Copy a new set of environment variables as shown above.