chore(CI/CD): fixed env file #13

Merged
y merged 1 commits from deps-fix into staging 2025-03-27 09:03:09 +00:00

@ -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