3149770887
Remove Gate scout auto-seeding and the manual hub login button while keeping Gate login and instance SSO. Add password change and database backup/restore, plus deploy scripts with env auto-generation. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
105 B
PowerShell
4 lines
105 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
Set-Location (Split-Path -Parent $PSScriptRoot)
|
|
python scripts/deploy.py
|