Merge pull request 'chore(CI/CD): fixed .env file creation' (#14) from deps-fix into staging
Reviewed-on: #14
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user