Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Aug 12, 2024
1 parent 5c5e6a1 commit bea9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [[ "$1" != "dev" && "$1" != "staging" && "$1" != "prod" ]]; then
exit 1
fi

ENV=$1
export ENV=$1
BRANCH=$1
PROJECT_NAME="nestjs_$ENV"

Expand Down

0 comments on commit bea9214

Please sign in to comment.