From a5da5446b82d5b6e9ac33789f37a3c8abf875ef7 Mon Sep 17 00:00:00 2001 From: Don Henton Date: Thu, 2 May 2019 15:22:26 -0500 Subject: [PATCH] updating build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2396076..d40137d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ heroku deploy:jar target/spring-boot-birt-0.0.1-SNAPSHOT.jar --app donhenton-spr Or you can use the maven deploy: * login onto heroku via the command line * answer prompt on browser (requires upgrade to CLI > 22) -* mvn clean heroku:deploy +* mvn clean heroku:deploy -Preact -DskipTests see https://devcenter.heroku.com/articles/deploying-executable-jar-files