Skip to content

Commit

Permalink
#64 [ENV] : 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Apr 19, 2024
1 parent f93fcbe commit 7d315fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
echo "#### RUN $SOURCE_DIR/$FILE_NAME ####"
cd app
sudo nohup java -jar $SOURCE_DIR/$FILE_NAME 2>&1 &
sudo nohup java -jar $FILE_NAME 2>&1 &
echo "pid : $pid"

0 comments on commit 7d315fe

Please sign in to comment.