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

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

@ -33,7 +33,7 @@ jobs:
run: npm run formatter:check
- name: Create .env File
run: echo "PORT=${{ vars.STAGING_PORT }}" > .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