Skip to content

Commit

Permalink
Merge pull request #10 from TEAM-ITERVIEW/#2
Browse files Browse the repository at this point in the history
[feat] CI/CD 구축
  • Loading branch information
cha2y0ung authored Mar 22, 2024
2 parents e0fa241 + 64d6f37 commit fc70f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/after-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REPOSITORY=/home/ubuntu/build

cd $REPOSITORY

echo '1234' | sudo -S /usr/bin/yarn
echo '1234' | sudo -S /usr/bin/yarn db:pull
echo '1234' | sudo -S /usr/bin/yarn generate
echo '1234' | sudo -S /usr/bin/pm2 start dist
/usr/bin/yarn
/usr/bin/yarn db:pull
/usr/bin/yarn generate
/usr/bin/pm2 start dist

0 comments on commit fc70f12

Please sign in to comment.