Skip to content

Commit 298bf06

Browse files
committed
Fix deployment to use master branch
1 parent abaaf96 commit 298bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-linode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo ""
3939
echo "📥 Fetching latest code from GitHub..."
4040
sudo -u rails git fetch origin
41-
sudo -u rails git reset --hard origin/main
41+
sudo -u rails git reset --hard origin/master
4242
4343
echo "✅ Updated to commit: $(git log -1 --oneline)"
4444

0 commit comments

Comments
 (0)