Skip to content

Commit

Permalink
!Hotfix : sudo 제거하고 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariling committed Feb 7, 2024
1 parent cbde922 commit 5bc73fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ REPOSITORY=/home/ubuntu/deploy

cd $REPOSITORY

sudo npm install
npm install

sudo npm deploy
npm deploy

0 comments on commit 5bc73fc

Please sign in to comment.