Added check to ensure secret artifacts aren't left where they shouldn't be

This commit is contained in:
2025-06-06 16:59:55 +01:00
parent f89caf0317
commit 62989e0c62

1
env.sh
View File

@@ -15,5 +15,6 @@ fi
} > secrets.env
cat secrets.env ./env/invenio.env "./env/$ENV_FILE" > .env
rm secrets.env
echo "Environment set up using $ENV_FILE"