Skip to content

Commit

Permalink
Creating env file in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconrad committed Sep 19, 2024
1 parent ae61214 commit edbe252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
aws-region: us-east-1
- name: Install modules
run: npm ci
- name: Create env file
run: |
touch .env
echo "${{ secrets.ENV_FILE }}" > .env
cat .env
- name: Build application
run: npm run build
- name: Deploy to S3
Expand Down

0 comments on commit edbe252

Please sign in to comment.