Add 'local' deploy mode to Deploy-Brass.ps1 #1

Merged
Matt merged 1 commits from feature/local-deploy-mode into main 2026-05-22 15:14:44 +00:00

1 Commits

Author SHA1 Message Date
Matt f280e107f3 Add 'local' deploy mode to Deploy-Brass.ps1
When ServerSshHost = 'local' the server-binary stage skips scp/ssh and
does an in-place Copy-Item + chmod + Move-Item on the local filesystem.
Pre-flight pgrep also runs locally. Allows running the deploy script on
the server itself (glados in our case) without setting up ssh-to-self.

Other deploy modes (remote scp/ssh) unchanged.
2026-05-22 14:08:02 +00:00