Skip to content

Commit

Permalink
update stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yerim216 committed Jun 1, 2024
1 parent 49e1187 commit 05583ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/stop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

# 필요한 디렉토리와 파일 권한 설정
sudo chmod -R 755 /home/ec2-user/app/deploy
sudo touch /home/ec2-user/app/deploy/deploy.log
sudo chmod 644 /home/ec2-user/app/deploy/deploy.log

PROJECT_ROOT="/home/ec2-user/app/deploy"
JAR_FILE="$PROJECT_ROOT/build/libs/cmc15th_hackathon-0.0.1-SNAPSHOT.jar"

Expand Down

0 comments on commit 05583ab

Please sign in to comment.