Merge pull request 'docs: scrub machine path from deploy examples' (#1) from chore/scrub-paths into main
Reviewed-on: #1 Reviewed-by: Colby Whitlock <whitlocktech@gmail.com>
This commit is contained in:
@@ -55,8 +55,8 @@ without the sidecar running.
|
|||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo -Verify # show what would change
|
.\deploy.ps1 -ServerPath <servuo> -Verify # show what would change
|
||||||
.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo # write
|
.\deploy.ps1 -ServerPath <servuo> # write
|
||||||
```
|
```
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
Run with -Verify first. It reports what would change and touches nothing.
|
Run with -Verify first. It reports what would change and touches nothing.
|
||||||
|
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo -Verify
|
.\deploy.ps1 -ServerPath <servuo> -Verify
|
||||||
.\deploy.ps1 -ServerPath C:\Users\colby\Desktop\servuo
|
.\deploy.ps1 -ServerPath <servuo>
|
||||||
#>
|
#>
|
||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
param(
|
param(
|
||||||
|
|||||||
Reference in New Issue
Block a user