mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-14 18:05:48 +00:00
Add .env injection from ENV_FILE secret
This commit is contained in:
3
.github/workflows/production.yml
vendored
3
.github/workflows/production.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: me-central-1
|
||||
|
||||
- name: 🗂️ Write .env file from ENV_FILE Secret
|
||||
run: echo "${{ secrets.ENV_FILE }}" > .env
|
||||
|
||||
- name: 📦 Install Dependencies
|
||||
run: npm install
|
||||
|
||||
|
Reference in New Issue
Block a user