Skip to content

Commit

Permalink
Merge pull request #11 from Interviewmate/feature/cd
Browse files Browse the repository at this point in the history
[Chore] #5 - deploy.sh 수정
  • Loading branch information
parkrootseok authored Mar 22, 2023
2 parents 1caa4a7 + 4b56166 commit 6b450b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "$TIME_NOW > $JAR_FILE 파일 복사" >> $DEPLOY_LOG
cp $PROJECT_ROOT/build/libs/*.jar $JAR_FILE

# 환경 변수 설정
source ~/.bashrc
source /etc/profile
echo "S3 ACESS KEY: $S3_ACCESS_KEY_ID" >> $DEPLOY_LOG
echo "S3 SECRET KEY: $S3_SECRET_ACCESS_KEY" >> $DEPLOY_LOG

Expand Down

0 comments on commit 6b450b7

Please sign in to comment.