You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/aggregation_mode/ansible/README.md
+47-10Lines changed: 47 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,8 +246,13 @@ make gateway_deploy ENV=hoodi
246
246
# Or deploy individually
247
247
make gateway_primary_deploy ENV=hoodi
248
248
make gateway_secondary_deploy ENV=hoodi
249
+
250
+
# Force rebuild (always rebuild binaries from latest code)
251
+
make gateway_deploy ENV=hoodi FORCE_REBUILD=true
249
252
```
250
253
254
+
**Note:** By default, the deployment is idempotent and skips building if the binary already exists. Use `FORCE_REBUILD=true` to always rebuild from the latest code in the repository.
255
+
251
256
**Verify gateway is running:**
252
257
```bash
253
258
ssh app@agg-mode-hoodi-gateway-1 "sudo systemctl status gateway"
0 commit comments