Skip to content

Commit 06db508

Browse files
committed
Explain how to deploy patchburner changes
1 parent f2a4df7 commit 06db508

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ Restart all services:
8282
supervisorctl restart cfbot_worker: cfbot_api
8383
```
8484

85+
Copy cfbot_patchburner.ctl to prod location (not automated):
86+
```bash
87+
sudo cp /home/cfbot/cfbot/cfbot_patchburner_ctl.sh /usr/local/sbin/cfbot_patchburner_ctl.sh
88+
```
89+
8590
Reset backoff from all submissions:
8691
```sql
8792
UPDATE submission set backoff_until = NULL, last_backoff = NULL where backoff_until is not null;

0 commit comments

Comments
 (0)