From 916ef4d5778cfa8c080885b73d19d8ac88840918 Mon Sep 17 00:00:00 2001 From: skoulouzis Date: Mon, 4 Sep 2023 12:15:27 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b41928a..7967a32 100644 --- a/README.md +++ b/README.md @@ -198,4 +198,7 @@ echo -n $ARGO_TOKEN | base64 -w 0 'Authorization': 'Token '+ naavre_api_token } ) -``` \ No newline at end of file +``` + +# Releses +If we want to add a new release environment we need to add a new .env.{ENV_NAME} together with a new line in the matrix on the .workflows/make.yaml and .workflows/make-release.yaml