Skip to content

Commit

Permalink
update orderservice version
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 8, 2023
1 parent d1cad68 commit 936d2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ do
"order-service")
cd order-service || continue
mvn clean install || continue
docker build -f Dockerfile --tag us.gcr.io/$PROJECT_ID/ordeservice:latest . || continue
docker push gcr.io/$PROJECT_ID/ordeservice || continue
docker build -f Dockerfile --tag us.gcr.io/$PROJECT_ID/orderservice:latest . || continue
docker push gcr.io/$PROJECT_ID/orderservice:latest || continue

esac

Expand Down

0 comments on commit 936d2c9

Please sign in to comment.