fix: correct deploy script status output
This commit is contained in:
@@ -14,7 +14,7 @@ if (-not (Test-Path $Dist)) {
|
||||
Write-Host "Preparing remote site directory $RemotePath ..."
|
||||
ssh $Server "mkdir -p '$RemotePath'"
|
||||
|
||||
Write-Host "Syncing built site to $Server:$RemotePath ..."
|
||||
Write-Host "Syncing built site to ${Server}:$RemotePath ..."
|
||||
scp -r (Join-Path $Dist "*") "${Server}:$RemotePath/"
|
||||
|
||||
Write-Host "Reloading Caddy ..."
|
||||
|
||||
Reference in New Issue
Block a user