Skip to content

Commit

Permalink
Update deploy-blue-green.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho authored Apr 18, 2024
1 parent a5b68af commit 6d1c14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-blue-green.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ echo "> build 파일명: $JAR_NAME"
PROFANITY_LIST_LOCATION_TO_STORE=$REPOSITORY/bad_word_list.txt
PROFANITY_LIST_LOCATION=$REPOSITORY/action/src/main/resources/secrets/bad_word_list.txt
echo "> 금칙어 list 복사"
cp $PROFANITY_LIST_LOCATION $PROFANITY_LIST_LOCATION_TO_STORE
cp -f $PROFANITY_LIST_LOCATION $PROFANITY_LIST_LOCATION_TO_STORE

echo "> build 파일 복사"
DEPLOY_PATH=$REPOSITORY/jar/
cp $JAR_PATH $DEPLOY_PATH
cp -f $JAR_PATH $DEPLOY_PATH

echo "> 현재 구동중인 SET 확인"
PROFILE_BLUE=$(curl -s http://localhost:8081/api/profile)
Expand Down

0 comments on commit 6d1c14f

Please sign in to comment.