Skip to content

Commit

Permalink
Update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar authored Aug 7, 2024
1 parent 1f93118 commit 35461d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build and Push Docker Image
env:
PROD_ENV_FILE: ${{ secrets.PROD_ENV_FILE }}
PROD_ENV_FILE: ${{ vars.PROD_EREBRUS_ENV }}
run: |
echo "$PROD_ENV_FILE" > .env
export CURRENT_BRANCH=${GITHUB_REF#refs/heads/}
Expand Down

0 comments on commit 35461d1

Please sign in to comment.