diff --git a/iac/deploy_to_remote-pc.ps1 b/iac/deploy_to_remote-pc.ps1 new file mode 100644 index 0000000..5463d96 --- /dev/null +++ b/iac/deploy_to_remote-pc.ps1 @@ -0,0 +1 @@ +U:\HomeLab\Scripts\Windows\deploy_via_psexec.ps1 -RemoteComputer "Cambooth" -SourceFolder "../src/CamBooth/CamBooth.App/bin/Release/net8.0-windows" -DestinationFolder "C:\Cambooth" -ProcessesToStop @("MyWPFApp") -ServicesToStop @("MyService") -AppExecutable "MyWPFApp.exe" -LocalUsername "cambooth\administrator" -LocalPassword "2013"