summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-17 22:59:53 -0500
committerJeff Carr <[email protected]>2025-08-17 22:59:53 -0500
commit212c706e145cd5804b539cdb57b6972aaafc478d (patch)
treec713e08aed0241faacad2a4ab4b3c5fd59492f15
parentb06aea811566d593e052546b9ef858df12c2d250 (diff)
shortcuts to work until cloudflare issue resolved
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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