Skip to content

Commit

Permalink
Merge pull request #65 from kookmin-sw/backend/develop/v3
Browse files Browse the repository at this point in the history
✨ ssh 접속시간 해결
  • Loading branch information
J-Yong99 authored Apr 7, 2024
2 parents 23307cc + df0e065 commit 5eff597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/moment/moment-server/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no << 'ENDSSH'
ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no -o ServerAliveInterval=60 << 'ENDSSH'
cd capstone-2024-22/backend/moment/moment-server
git pull origin deploy/v1
docker-compose down
Expand Down

0 comments on commit 5eff597

Please sign in to comment.