v0.1.11 - Editor
This commit is contained in:
@@ -88,7 +88,15 @@ If your server already has a host-level nginx handling domains and TLS, use `dep
|
||||
./deploy/Deploy.ps1 -RemoteHost 203.0.113.10
|
||||
```
|
||||
|
||||
Useful flags: `-Branch <name>` to deploy a feature branch, `-SkipBuild` for env-only changes, `-Seed` to re-run reference data seeding, `-Logs` to tail logs after the deploy, `-SshKey` to point at a specific private key.
|
||||
To deploy with password-based SSH auth instead of a key:
|
||||
|
||||
```powershell
|
||||
./deploy/Deploy.ps1 -RemoteHost 203.0.113.10 -Password 'your-password'
|
||||
```
|
||||
|
||||
Password auth requires `sshpass` on your local `PATH`.
|
||||
|
||||
Useful flags: `-Branch <name>` to deploy a feature branch, `-SkipBuild` for env-only changes, `-Seed` to re-run reference data seeding, `-Logs` to tail logs after the deploy, `-SshKey` to point at a specific private key, `-Password` for password-based SSH auth.
|
||||
|
||||
If a release adds or changes database-backed workbook formula structures, deploy with `-Seed` so the server refreshes seeded reference/formula data after the backend starts. For the product-formula change, this is required so Postgres receives the new `product_ingredients` rows sourced from `input_data/1.xlsx`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user