Skip to content

Commit

Permalink
Chore: deploy.sh 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhacandy authored Sep 2, 2024
2 parents 863c7c4 + 67f0fb6 commit 6e9acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PROJECT_NAME="Growing-Pain"
JAR_PATH="/home/ubuntu/growing-pain-deploy/build/libs/*.jar"
JAR_PATH="/home/ubuntu/$PROJECT_NAME/build/libs/*.jar"
DEPLOY_PATH=/home/ubuntu/$PROJECT_NAME/
DEPLOY_LOG_PATH="/home/ubuntu/$PROJECT_NAME/deploy.log"
DEPLOY_ERR_LOG_PATH="/home/ubuntu/$PROJECT_NAME/deploy_err.log"
Expand Down

0 comments on commit 6e9acc7

Please sign in to comment.