Skip to content

Commit

Permalink
Chore : Update deploy.sh
Browse files Browse the repository at this point in the history
문법 변경
  • Loading branch information
Mouon authored Dec 31, 2023
1 parent 294ff72 commit e82fedc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

SERVER=$DEPLOY_SERVER
USER=$DEPLOY_USER
SERVER=${DEPLOY_SERVER}
USER=${DEPLOY_USER}
DEPLOY_KEY="${DEPLOY_KEY}"
KEY_PATH=/tmp/deploy_key
TARGET_DIR=/home/ec2-user/app
JAR_FILE="chatdiary-0.0.1-SNAPSHOT-plain.jar"
Expand Down

0 comments on commit e82fedc

Please sign in to comment.