Skip to content

Commit

Permalink
Update apps-deployment-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Sep 26, 2023
1 parent fd3c6eb commit f29f4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps-deployment-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ do
case $project in
# case 1 build and deploy package common
"common")
echo "=========================Deploying common package==================="
cd common || exit
echo $PROJECT_ID
echo "GCP PROJECT ID:> $PROJECT_ID"
mvn -B clean deploy --file pom.xml
cd ..;;

Expand Down

0 comments on commit f29f4a8

Please sign in to comment.