From 479b94aa8d5db7f4e25a34eede0bfed2ed647b37 Mon Sep 17 00:00:00 2001 From: Gargi Ketan Chauhan Date: Tue, 4 Mar 2025 19:28:37 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3dce3ce..d553275 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,6 @@ Add some categories and you should be all set. ## Assumptions The file .env would normally not be uploaded together with the code since that is bad practice allowing for sensitive data exposure. The file is however essential to run the application, and needs to stay where it is. If any other secret values needs to be stored 'outside' the code repository, this is where it should be put. If you use a different file, it should still be added to the repository, but you should state it here as an assumption. + + +## Making a change to check if whenever the code is updated, it is deployed on the server