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 d52f4b8 commit b22df6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
pid=$(ps aux | grep "${{env.FILE_NAME}}" | grep -v grep | awk '{print $2}')
echo "pid : $pid"
echo "jar : ${{env.FILE_PATH}}${{env.FILE_NAME}}"
sudo su
if [ -n "$pid" ]; then
kill -9 $pid
fi
Expand Down

0 comments on commit b22df6d

Please sign in to comment.