We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
PID=$(jps | grep baseball09-0.0.1-SNAPSHOT.jar | awk '{print $1}') GIT_REPO="https://github.com/codesquad-member-2020/baseball-09.git" kill -9 $PID sleep 1 rm -rf baseball-09 git clone -b $1 --single-branch $GIT_REPO sleep 1 cd baseball-09 cd BE ./gradlew build -x test sleep 1 cd build/libs nohup java -jar -Dspring.profiles.active=prod baseball09-0.0.1-SNAPSHOT.jar &
Sorry, something went wrong.
102092
No branches or pull requests
배포
The text was updated successfully, but these errors were encountered: