diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 0d26e32..0601224 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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