chore(CI/CD): fixed .env file creation #14

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

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