Update deployment workflow to pull from deploy branch instead of main
This commit is contained in:
parent
378f2db1b7
commit
df900c373b
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
echo "🚀 Pulling latest code..."
|
||||
cd /root/simple-chipperfluff
|
||||
git reset --hard
|
||||
git pull origin main
|
||||
git pull origin deploy
|
||||
|
||||
echo "🔐 Fixing file permissions..."
|
||||
chmod +x start.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user