Skip to content

Commit c6240a6

Browse files
committed
test apple env
1 parent e3b3ef6 commit c6240a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ dependencies {
5252
def activeProfile = System.getenv("SPRING_PROFILES_ACTIVE") ?: "local"
5353

5454
processResources {
55+
println "$activeProfile"
56+
println System.getenv("DATABASE_USERNAME")
57+
5558
filesMatching("**/application.yaml") {
5659
expand(SPRING_PROFILES_ACTIVE: activeProfile)
5760
}
61+
5862
filesMatching("**/application-${activeProfile}.yaml") {
5963
expand([
6064
DATABASE_URL: System.getenv("DATABASE_URL"),

0 commit comments

Comments
 (0)