From 58c47da0b899e57e481401080ea277ac3a05febf Mon Sep 17 00:00:00 2001 From: myeongha Date: Mon, 17 Feb 2025 16:39:32 +0900 Subject: [PATCH] fix: ci cd --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1265f41..7c86703 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,4 +3,4 @@ spring.application.name=circle-on spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB -spring.profiles.active=staging +spring.profiles.active=staging \ No newline at end of file