Skip to content

Commit

Permalink
chore : 권한 부여 로직을 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
packdev937 committed May 6, 2024
1 parent 06a6634 commit 7071a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ else
fi

echo "Grant permission to docker-compose.yml"
sudo chmod 777 /home/ec2-user/docker-compose.yml
echo "$pwd"
sudo chmod 777 ./docker-compose.yml

echo "Docker Compose Down"
docker-compose down --remove-orphans
Expand Down

0 comments on commit 7071a55

Please sign in to comment.