ci: change pull branch to 'master'
This commit is contained in:
parent
166bf3acf8
commit
486daaf529
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user