Skip to content

Commit

Permalink
ci: CI/CD 구축중
Browse files Browse the repository at this point in the history
  • Loading branch information
CEO-Nick committed Apr 5, 2024
1 parent c891e6a commit 719d702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
# 인스턴스에서 JAR 파일 실행
ssh -i ec2_ssh_key -o StrictHostKeyChecking=no ${EC2_USER}@${EC2_HOST} "pgrep java | xargs kill -9; nohup java -jar /home/${EC2_USER}/linkeep-server/linkeep-server-0.0.1-SNAPSHOT.jar > /home/${EC2_USER}/linkeep-server/log/app.log 2>&1 &"
EOF
# java -jar /home/${EC2_USER}/linkeep-server/linkeepServer-0.0.1-SNAPSHOT.jar
# # EC2 인스턴스에서 배포 스크립트 실행
Expand Down

0 comments on commit 719d702

Please sign in to comment.