From 88aa07c6c88b8a247a62f2a94ae0f39a770b3bb0 Mon Sep 17 00:00:00 2001 From: realisshomyang Date: Sat, 17 Feb 2024 18:50:58 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20:=2000-makeFiles.config=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions_dev/00-makeFiles.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ebextensions_dev/00-makeFiles.config b/.ebextensions_dev/00-makeFiles.config index c9b62f1..48fbb61 100644 --- a/.ebextensions_dev/00-makeFiles.config +++ b/.ebextensions_dev/00-makeFiles.config @@ -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 \ No newline at end of file + java -Dfile.encoding=UTF-8 -jar $JAR_PATH