Deploy script now outputs a message that deployment was successful with the new version number.

This commit is contained in:
Daan Vanden Bosch 2019-12-31 21:28:48 +01:00
parent 24161fbfa6
commit db05f16156

View File

@ -27,3 +27,7 @@ git commit -m "Release $version."
git push
Set-Location ..
Write-Output ""
Write-Output "Deployed release $version successfully."
Write-Output ""