From a0f3f5a069153c46ac3a85fa75c3ec50fea6ea99 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 21:10:32 +0530 Subject: Added Linux deb file creation scripts and build-all.sh --- microservices/01-oauth2-server/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 microservices/01-oauth2-server/build.sh (limited to 'microservices/01-oauth2-server/build.sh') diff --git a/microservices/01-oauth2-server/build.sh b/microservices/01-oauth2-server/build.sh new file mode 100755 index 0000000..ce7143a --- /dev/null +++ b/microservices/01-oauth2-server/build.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +./mvnw clean package + +cp target/oauth2-server-0.0.1-SNAPSHOT.jar linux/deb/package/opt/ceit/ceit-fs-auth-server/app/ceit-fs-auth-server.jar + +cd linux/deb +./build.sh -- cgit v1.2.3