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 3c31a93 commit 2e5dba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-newaltva-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: Generate React Build
Expand Down

0 comments on commit 2e5dba1

Please sign in to comment.