This commit is contained in:
IGNY8 VPS (Salman)
2025-11-10 11:35:30 +00:00
parent 11268e83bf
commit 83694d3897
2 changed files with 25 additions and 2 deletions

7
scripts/git-pull.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Simple git pull script for webhook
cd /data/app/igny8
git pull origin main
git update-ref refs/remotes/origin/main HEAD