git-conf
This commit is contained in:
7
scripts/git-pull.sh
Normal file
7
scripts/git-pull.sh
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user