diff options
Diffstat (limited to 'microservices/01-oauth2-server/build.sh')
| -rwxr-xr-x | microservices/01-oauth2-server/build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
