6 lines
227 B
Bash
Executable File
6 lines
227 B
Bash
Executable File
#!/bin/bash
|
|
root_path=$(dirname $(cd $(dirname $0);pwd))
|
|
source $(realpath $root_path/..)/bin/library.sh
|
|
deploy service-ai-core
|
|
package service-ai-chat
|
|
upload $root_path/service-ai-chat/target/service-ai-chat-1.0.0-SNAPSHOT.jar |