Skip to content

Commit

Permalink
✨ CI/CD 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Yong99 committed Apr 6, 2024
1 parent cc0691a commit e775316
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,5 +1,5 @@
ssh -tt -p ${SERVER_PORT} ${SERVER_USER}@${SERVER_HOST} -i key.txt -o StrictHostKeyChecking=no << 'ENDSSH'
cd capstone-2024-22/backend/moment/moment-server
# Check if the container is already running
if [ "$(docker ps -q -f name=moment-server)" ]; then
# If the container is running, stop and remove it
Expand Down

0 comments on commit e775316

Please sign in to comment.