From ac3c1dfde0fa9f456fb3db677c9bb833809e42d0 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Thu, 15 Jun 2023 14:56:17 +0200 Subject: [PATCH] Update formatting and add clarity to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 848da32..a77f7b0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ While there's no configuration necessary for local development, deployment via G Please remember to set these secrets and variables in your repository settings to ensure a successful deployment through Github Workflows. -Once the secrets and variables are set on GitHub, they will replace the existing ones in the .env file on the server during deployment. This is done by the push.yml workflow, which replaces the placeholders in the .env with the actual secrets and variables defined in the repository settings. Please ensure that the names of your secrets and variables match with the placeholders in the .env file. +Once the secrets and variables are set on GitHub, they will replace the existing ones in the `.env` file on the server during deployment. This is done by the push.yml workflow, which replaces the placeholders in the `.env` with the actual secrets and variables defined in the repository settings. Please ensure that the names of your secrets and variables match with the placeholders in the `.env` file. ## Getting started