Skip to content

Commit

Permalink
Merge branch 'prod' of https://github.com/NetSepio/erebrus-frontend i…
Browse files Browse the repository at this point in the history
…nto prod
  • Loading branch information
devsisingh committed Jan 27, 2024
2 parents 61d9419 + ca875cc commit 4f898f5
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 @@ -23,7 +23,7 @@ jobs:
env:
PROD_ENV_FILE: ${{ secrets.PROD_ENV_FILE }}
run: |
echo "$PROD_ENV_FILE" | base64 -d > .env
echo "$PROD_ENV_FILE" > .env
export CURRENT_BRANCH=${GITHUB_REF#refs/heads/}
export TAG=$([[ $CURRENT_BRANCH == $(basename ${{ github.ref }}) ]] && echo $CURRENT_BRANCH || echo "latest")
echo $TAG
Expand Down

0 comments on commit 4f898f5

Please sign in to comment.