Files
igny8/scripts/git-pull.sh
IGNY8 VPS (Salman) 83694d3897 git-conf
2025-11-10 11:35:30 +00:00

8 lines
136 B
Bash

#!/bin/bash
# Simple git pull script for webhook
cd /data/app/igny8
git pull origin main
git update-ref refs/remotes/origin/main HEAD