Skip to content

Commit

Permalink
๐Ÿ› fix: api ์„œ๋ฒ„ ๋ฐฐํฌ ์Šคํฌ๋ฆฝํŠธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
gamgyul163 committed Nov 28, 2024
1 parent 272c396 commit 2482239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/server/api/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git pull origin "$BRANCH_NAME"

# ์˜์กด์„ฑ ์„ค์น˜ ๋ฐ ๋นŒ๋“œ
npm install || exit 5
npm run build || exit 6
npm run build api|| exit 6

# ์„œ๋ฒ„ ์žฌ์‹œ์ž‘
forever stop dist/main.js || true # ๊ธฐ์กด ํ”„๋กœ์„ธ์Šค๊ฐ€ ์—†์–ด๋„ ์˜ค๋ฅ˜ ๋ฐœ์ƒ ๋ฐฉ์ง€
Expand Down

0 comments on commit 2482239

Please sign in to comment.