We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc26df commit 6e0cd2fCopy full SHA for 6e0cd2f
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Deploy para VPS
24
run: |
25
- ssh -i ~/.ssh/id_ed25519 root@191.252.177.252 << 'EOF'
+ ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=15 -i ~/.ssh/id_ed25519 root@191.252.177.252 << 'EOF'
26
cd /www/sites/e-commerce/
27
git pull origin main
28
docker-compose down
0 commit comments