mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
Print same deploying message as sh installer
Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
parent
cb4aa8f352
commit
47a834c830
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user