Skip to content

Commit

Permalink
Merge pull request #91 from OnAndOff-UMC/feat/#90
Browse files Browse the repository at this point in the history
[fix] : 00-makeFiles.config 수정
  • Loading branch information
realisshomyang authored Feb 17, 2024
2 parents 28f74b9 + 88aa07c commit b300bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ebextensions_dev/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ files:

# Copy keyfile from S3
aws s3 cp s3://onnoff-dev-s3/auth/AuthKey_5P49UCUSNW.p8 /var/app/current/src/main/resources/AuthKey_5P49UCUSNW.p8
aws s3 cp s3://onnoff-dev-s3/auth/onandoff-49ed9-firebase-adminsdk-qogsv-bcd380abe1.json /var/app/current/src/main/resources/onandoff-49ed9-firebase-adminsdk-qogsv-bcd380abe1.json

# run app
killall java
java -Dfile.encoding=UTF-8 -jar $JAR_PATH
java -Dfile.encoding=UTF-8 -jar $JAR_PATH

0 comments on commit b300bec

Please sign in to comment.