shortcuts to work until cloudflare issue resolved

This commit is contained in:
Jeff Carr 2025-08-17 22:59:53 -05:00
parent b06aea8115
commit 212c706e14
1 changed files with 8 additions and 0 deletions

View File

@ -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 patches
FORGE_URL="https://forge.grid.wit.com/" forge pull check FORGE_URL="https://forge.grid.wit.com/" forge pull check
# forge pull patches # 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