From 5d195d4801b010d0c831ebb33ab2214b954c4117 Mon Sep 17 00:00:00 2001 From: ardi Date: Thu, 13 Nov 2025 09:47:50 +0000 Subject: [PATCH] Update .gitea/workflows/cicd.yml --- .gitea/workflows/cicd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index 7ed3174..7e66650 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -30,4 +30,6 @@ jobs: infisical export --env=development > .env.dev infisical export --env=staging > .env.staging ls -alth . - cat .env \ No newline at end of file + cat .env.production + cat .env.dev + cat .env.staging \ No newline at end of file