Skip to content

Commit

Permalink
Merge pull request #17 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 bd457a8 + d8b9f03 commit 1a89eb0
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 @@ -4,7 +4,7 @@ REPOSITORY=/home/ubuntu/build
cd $REPOSITORY


echo "1234" | sudo -S yarn
echo "1234" | sudo -S yarn db:pull
echo "1234" | sudo -S yarn generate
echo "1234" | sudo -S pm2 start dist
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

0 comments on commit 1a89eb0

Please sign in to comment.