Simplify webhook to use direct git pull

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-10 12:10:18 +00:00
parent b7e6c25080
commit 869b41b84d
2 changed files with 27 additions and 20 deletions

3
scripts/auto-pull.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd /data/app/igny8
git pull origin main