Skip to content

Commit e2d4e63

Browse files
authored
Merge pull request #307 from GSM-MSG/306-update/cd-script
🔀 :: CD 스크립트 수정
2 parents 081aea2 + d97e4f5 commit e2d4e63

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

appspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os: linux
33

44
files:
55
- source: /
6-
destination: /home/ec2-user/
6+
destination: /home/ec2-user/GAuth-BackEnd
77
overwrite: yes
88

99
permissions:

deploy.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ JAR_PATH=$REPOSITORY/$PROJECT_NAME/build/libs/gauth-0.0.1-SNAPSHOT.jar
44

55
cd $REPOSITORY/$PROJECT_NAME/
66

7-
echo "> Git Pull"
8-
git pull origin main
9-
10-
echo "> Project Build"
11-
./gradlew clean build
12-
137
CURRENT_PID=$(lsof -ti tcp:8080)
148
if [ -z "$CURRENT_PID" ]; then
159
echo "> 현재 구동중인 애플리케이션이 없으므로 종료하지 않습니다."

0 commit comments

Comments
 (0)