diff --git a/Makefile b/Makefile index 4e29077..8d0bd91 100644 --- a/Makefile +++ b/Makefile @@ -64,3 +64,11 @@ pull: install # FORGE_URL="https://forge.grid.wit.com/" forge pull patches FORGE_URL="https://forge.grid.wit.com/" forge pull check # forge pull patches + +# cloudflare blocks POST due to captcha checks / human detection? +# POST must be direct socket. probably for the best anyway +submit: + FORGE_URL="https://forge.grid.wit.com/" forge patch --submit "forge auto commit" + +commit: + FORGE_URL="https://forge.grid.wit.com/" forge commit --all