Skip to content

Commit

Permalink
docs: deploy.sh 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
choi5798 committed Oct 21, 2023
1 parent 2d597e5 commit dcd7228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

PROJECT_NAME=spring-cicd
REPOSITORY=/home/ubuntu
PACKAGE=$REPOSITORY/action
REPOSITORY=/home/ubuntu/action
PACKAGE=$REPOSITORY/build/libs
JAR_NAME=$(ls -tr $PACKAGE | grep 'SNAPSHOT.jar' | tail -n 1)
JAR_PATH=$PACKAGE$JAR_NAME

Expand Down

0 comments on commit dcd7228

Please sign in to comment.