Skip to content

Commit b0e17c8

Browse files
committed
Updated deploy.ps1
1 parent 266ec51 commit b0e17c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k8s/deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if ($buildImages) {
6565
docker-compose -p .. -f ../docker-compose.yml build
6666

6767
Write-Host "Pushing images to $registry/$dockerOrg..." -ForegroundColor Yellow
68-
$services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus")
68+
$services = ("basket.api", "catalog.api", "identity.api", "ordering.api", "marketing.api","payment.api","locations.api", "webmvc", "webspa", "webstatus", "ocelotapigw")
6969

7070
foreach ($service in $services) {
7171
$imageFqdn = if ($useDockerHub) {"$dockerOrg/${service}"} else {"$registry/$dockerOrg/${service}"}

0 commit comments

Comments
 (0)