Skip to content

Commit

Permalink
Merge pull request #82 from NetSepio/main
Browse files Browse the repository at this point in the history
Update deploy-prod.yml
  • Loading branch information
Rushikeshnimkar authored Aug 7, 2024
2 parents 204dce6 + 35461d1 commit 160d47f
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 160d47f

Please sign in to comment.