Skip to content

Commit

Permalink
testing node again
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Aug 21, 2024
1 parent 29c9a0d commit ff1d55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
NODE_ENV: ${{ vars.NODE_ENV }} # use the vars to indicate the env that is uesd in the react-config.js to set the base url / folder
run: |
export NODE_ENV
export NODE_ENV=$NODE_ENV
export REPO_NAME="$(echo $GITHUB_REPOSITORY | cut -d'/' -f2)"
export BUILDNUMBER="$(echo $GITHUB_RUN_NUMBER)"
echo "Building in repo [$REPO_NAME] with build number [$BUILDNUMBER] for [$NODE_ENV] environment."
Expand Down

0 comments on commit ff1d55a

Please sign in to comment.