Skip to content

Commit

Permalink
[fix] : 00-makeFiles.config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
realisshomyang committed Feb 17, 2024
1 parent 28f74b9 commit 88aa07c
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 88aa07c

Please sign in to comment.