Merge pull request 'chore(CI/CD): fixed .env file creation' () from deps-fix into staging

Reviewed-on: 
This commit is contained in:
Otto 2025-03-27 09:13:24 +00:00
commit 13a8e51c9a

@ -33,7 +33,7 @@ jobs:
run: npm run formatter:check
- name: Create .env File
run: echo "PORT=${{ vars.STAGING_PORT }}"\nDB_CONN_STRING=${{ vars.DB_CONN_STRING }}\nDB_NAME${{ vars.DB_NAME }}=> .env &&
run: echo "PORT=${{ vars.STAGING_PORT }}\nDB_CONN_STRING=${{ vars.DB_CONN_STRING }}\nDB_NAME=${{ vars.DB_NAME }}" > .env
- name: Create Build
run: npm run build