ci: change pull branch to 'master'

This commit is contained in:
vchikalkin 2024-12-21 18:17:33 +03:00
parent 166bf3acf8
commit 486daaf529

View File

@ -25,6 +25,6 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no $USER@$HOST << 'EOF'
cd ~/portfolio/
git pull origin main
git pull origin master
docker compose up --build -d
EOF