Add Tower deploy wrapper
This commit is contained in:
@@ -29,6 +29,12 @@ Push the local branch to Gitea, then rebuild the Unraid/Tower Docker runtime:
|
||||
bash scripts/deploy_tower.sh
|
||||
```
|
||||
|
||||
From the Codex Windows workspace, use the PowerShell wrapper:
|
||||
|
||||
```powershell
|
||||
.\scripts\deploy_tower.ps1
|
||||
```
|
||||
|
||||
For the first deployment into an existing non-Git appdata folder, bootstrap the
|
||||
checkout explicitly:
|
||||
|
||||
@@ -36,6 +42,10 @@ checkout explicitly:
|
||||
DEPLOY_BOOTSTRAP=1 bash scripts/deploy_tower.sh
|
||||
```
|
||||
|
||||
```powershell
|
||||
.\scripts\deploy_tower.ps1 -Bootstrap
|
||||
```
|
||||
|
||||
Useful overrides:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user