There was an error while loading. Please reload this page.
2 parents 7acb46f + d80e730 commit a1b02a9Copy full SHA for a1b02a9
1 file changed
scripts/deploy.sh
@@ -3,7 +3,7 @@ set -e
3
4
APP_DIR=/home/ec2-user/app
5
cd "$APP_DIR"
6
-JAR_PATH=$(ls $APP_DIR/*.jar | grep -v plain | head -1)
+JAR_PATH=$(ls $APP_DIR/*.jar | grep -v plain | grep -v opentelemetry | head -1)
7
echo "> JAR 파일: $JAR_PATH"
8
9
OTEL_AGENT_JAR=$APP_DIR/grafana-opentelemetry-java.jar
0 commit comments