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