From 92aa9cb4bdee8d9c93ea232b7cc74130c10b5ec3 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Wed, 22 Sep 2021 16:27:49 +0200 Subject: [PATCH] Add central profile to releaser deploy command. --- config/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/releaser.yml b/config/releaser.yml index b022b0be..cedbcf22 100644 --- a/config/releaser.yml +++ b/config/releaser.yml @@ -1,2 +1,2 @@ releaser.maven.build-command: ./scripts/integration-tests.sh -releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush +releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy,central {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush