Skip to content

Commit

Permalink
update ci to deploy all services
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeburia committed Dec 8, 2023
1 parent 165056d commit 309e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMMIT_SHA=$1

cd ./deployment

for service in notification-service;
for service in notification-service order-service product-service inventory-service;
do
pushd $service
echo "deploying $service..."
Expand Down

0 comments on commit 309e342

Please sign in to comment.