Update deployment workflow to pull from deploy branch directly
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
This commit is contained in:
parent
df900c373b
commit
c21cb0d836
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
echo "🚀 Pulling latest code..."
|
echo "🚀 Pulling latest code..."
|
||||||
cd /root/simple-chipperfluff
|
cd /root/simple-chipperfluff
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git pull origin deploy
|
git pull deploy main
|
||||||
|
|
||||||
echo "🔐 Fixing file permissions..."
|
echo "🔐 Fixing file permissions..."
|
||||||
chmod +x start.sh
|
chmod +x start.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user