Skip to content

Commit

Permalink
Update after-deploy.sh -빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang authored Dec 13, 2023
1 parent 8187dee commit 276b920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/after-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sudo /usr/bin/pm2 kill

sudo /usr/bin/npm install

sudo /usr/bin/npm run build:production
npm run build:production

sudo /usr/bin/node ./aws.js

sudo /usr/bin/pm2 start -f ./be/bundle.js
sudo /usr/bin/pm2 start -f ./be/bundle.js

0 comments on commit 276b920

Please sign in to comment.