Skip to content

Commit

Permalink
feat: cicd test3
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun committed Oct 25, 2023
1 parent 5043ee9 commit a00a66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
REPOSITORY=/opt/testapp
REPOSITORY=~/be
APP_NAME=upbrella-dev-deploy
cd $REPOSITORY

Expand All @@ -20,4 +20,4 @@ echo "> $JAR_PATH 배포"

cd ~/be/build/libs

java -jar Yonsei-Golf-Server-0.0.1-SNAPSHOT.jar > app.log 2>&1 &
java -jar $JAR_NAME > app.log 2>&1 &

0 comments on commit a00a66e

Please sign in to comment.