Skip to content

Commit

Permalink
✨ boolean값 처리 대신 String으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 7, 2024
1 parent ae6a91a commit 5bb099f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/moment/moment-server/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no << 'ENDSSH'
cd capstone-2024-22/backend/moment/moment-server
git pull
docker-compose down
docker-compose up --build -d
ENDSSH

0 comments on commit 5bb099f

Please sign in to comment.