Skip to content

Commit

Permalink
Merge pull request #27 from Tune-Fun/configuration/firebase/independent
Browse files Browse the repository at this point in the history
configuration(firebase) independent
  • Loading branch information
habinkim authored Mar 7, 2024
2 parents 40dea33 + f12398e commit 8ea78c8
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
Expand Up @@ -21,4 +21,4 @@ fi

DEPLOY_JAR=$DEPLOY_PATH$JAR_NAME
echo "> DEPLOY_JAR 배포" >> /home/habin/action/deploy.log
nohup java -jar $DEPLOY_JAR --spring.profiles.active=dev 1>/home/habin/deploy.log 2>/home/habin/action/deploy_err.log &1 &
nohup java -jar $DEPLOY_JAR --spring.profiles.active=dev 1>/home/habin/action/deploy.log 2>/home/habin/action/deploy_err.log &1 &

0 comments on commit 8ea78c8

Please sign in to comment.