Skip to content

Commit 6e0cd2f

Browse files
.
1 parent dbc26df commit 6e0cd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Deploy para VPS
2424
run: |
25-
ssh -i ~/.ssh/id_ed25519 root@191.252.177.252 << 'EOF'
25+
ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=15 -i ~/.ssh/id_ed25519 root@191.252.177.252 << 'EOF'
2626
cd /www/sites/e-commerce/
2727
git pull origin main
2828
docker-compose down

0 commit comments

Comments
 (0)