Skip to content
Snippets Groups Projects
Commit 47a834c8 authored by John McCabe's avatar John McCabe Committed by Alex Ellis
Browse files

Print same deploying message as sh installer


Signed-off-by: default avatarJohn McCabe <john@johnmccabe.net>
parent cb4aa8f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment