Merge pull request 'chore(ci/cd): debug .env issue' () from deps-fix into staging

Reviewed-on: 
This commit is contained in:
Otto 2025-03-27 09:45:42 +00:00
commit 3dd0368341

@ -37,6 +37,7 @@ jobs:
echo "PORT=${{ vars.STAGING_PORT }}" >> .env
echo "DB_CONN_STRING=${{ vars.DB_CONN_STRING }}" >> .env
echo "DB_NAME=${{ vars.DB_NAME }}" >> .env
cat .env
- name: Create Build
run: npm run build