diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d8e58db9..c9bb60c3 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,14 +9,13 @@ suffix="-material" app_source_jars=( - "bonus-auth/target/bonus-auth.jar" - "bonus-gateway/target/bonus-gateway.jar" - "bonus-modules/bonus-file/target/bonus-file.jar" - "bonus-modules/bonus-gen/target/bonus-gen.jar" - "bonus-modules/bonus-job/target/bonus-job.jar" - "bonus-modules/bonus-oss/target/bonus-oss.jar" - "bonus-modules/bonus-system/target/bonus-system.jar" - "bonus-visual/bonus-monitor/target/bonus-visual-monitor.jar" + "bonus-auth-24.9.0.jar" + "bonus-gateway-24.9.0.jar" + "bonus-file-24.9.0.jar" + "bonus-gen-24.9.0.jar" + "bonus-job-24.9.0.jar" + "bonus-system-24.9.0.jar" + "bonus-visual-monitor-24.9.0.jar" ) #for source_jar in "${app_source_jars[@]}"; do