Print same deploying message as sh installer

Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
John McCabe 2018-10-22 12:22:03 +01:00 committed by Alex Ellis
parent cb4aa8f352
commit 47a834c830

View File

@ -67,7 +67,7 @@ if (Get-Command docker -errorAction SilentlyContinue)
Write-Host ""
}
Write-Host "Deploying stack"
Write-Host "Deploying OpenFaaS core services"
docker stack deploy func --compose-file ./docker-compose.yml
}
else