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