We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 081aea2 + d97e4f5 commit e2d4e63Copy full SHA for e2d4e63
appspec.yml
@@ -3,7 +3,7 @@ os: linux
3
4
files:
5
- source: /
6
- destination: /home/ec2-user/
+ destination: /home/ec2-user/GAuth-BackEnd
7
overwrite: yes
8
9
permissions:
deploy.sh
@@ -4,12 +4,6 @@ JAR_PATH=$REPOSITORY/$PROJECT_NAME/build/libs/gauth-0.0.1-SNAPSHOT.jar
cd $REPOSITORY/$PROJECT_NAME/
-echo "> Git Pull"
-git pull origin main
-
10
-echo "> Project Build"
11
-./gradlew clean build
12
13
CURRENT_PID=$(lsof -ti tcp:8080)
14
if [ -z "$CURRENT_PID" ]; then
15
echo "> 현재 구동중인 애플리케이션이 없으므로 종료하지 않습니다."
0 commit comments