Skip to content

Commit

Permalink
Update sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
beming-dev committed Jan 11, 2025
1 parent 79a8f96 commit 7c39878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e # 스크립트가 오류 발생 시 즉시 종료

sudo chmod -R 775 /home/ubuntu/frontend
cd /home/ubuntu/frontend
sudo cd /home/ubuntu/frontend

# ECR 로그인
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin 294951093594.dkr.ecr.ap-northeast-2.amazonaws.com/frontend
Expand Down

0 comments on commit 7c39878

Please sign in to comment.