Skip to content

Commit

Permalink
[Test] github action test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkapuq committed Nov 21, 2023
1 parent 170ceea commit abd0ed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/orury/scripts/gh_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ DEPLOY_ERR_LOG_PATH="/home/ubuntu/$PROJECT_NAME/deploy_err.log"
APPLICATION_LOG_PATH="/home/ubuntu/$PROJECT_NAME/application.log"
BUILD_JAR=$(ls $JAR_PATH)
JAR_NAME=$(basename $BUILD_JAR)
AWS_ENVIRONMENT_VALUE="~/.bash_profile"

echo "===== 배포 시작 : $(date +%c) =====" >> $DEPLOY_LOG_PATH
source $AWS_ENVIRONMENT_VALUE
source ~/.bashrc

echo "> build 파일명: $JAR_NAME" >> $DEPLOY_LOG_PATH
echo "> build 파일 복사" >> $DEPLOY_LOG_PATH
Expand Down

0 comments on commit abd0ed2

Please sign in to comment.