Skip to content

Commit

Permalink
update deploy script12
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 10, 2023
1 parent aed06b9 commit 4c8ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
cd order-service || continue
mvn clean install || continue
echo "---------packaging done, start docker build-----------"
sudo docker build -f Dockerfile --t us.gcr.io/"$PROJECT_ID"/orderservice . || continue
sudo docker build -f Dockerfile --tag us.gcr.io/"$PROJECT_ID"/orderservice . || continue
echo "--------docker build done, docker push---------------"
sudo docker push us.gcr.io/"$PROJECT_ID"/orderservice
echo "--------pushed docker image--------------------------"
Expand Down

0 comments on commit 4c8ba6d

Please sign in to comment.