Skip to content

Commit

Permalink
Update prod-newaltva-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadAthani authored Oct 17, 2024
1 parent bbd5288 commit 3c31a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-newaltva-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.env }}
run: echo "$ENV_FILE_CONTENT" > .env
ENV_FILE_CONTENT: ${{ secrets.env_prod }}
run: echo "$ENV_FILE_CONTENT_PROD" > .env

- name: Generate React Build
run: |
Expand Down

0 comments on commit 3c31a93

Please sign in to comment.