Skip to content

Commit 4622ff0

Browse files
committed
🥸 use correct main branch name in gh actions yml
1 parent 3071816 commit 4622ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hetzner-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to Hetzner VPS
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
deploy:
@@ -22,5 +22,5 @@ jobs:
2222
port: 22
2323
script: |
2424
cd /home/app/multiagent-rag-system/
25-
git pull origin main
25+
git pull origin master
2626
docker compose -f docker-compose.prod.yml up -d --build

0 commit comments

Comments
 (0)