Skip to content

Commit

Permalink
build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenbanhducA1K51 committed Nov 28, 2023
1 parent 3f33d59 commit 33ddfb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "${{ secrets.ENV_FILE }}" > .env
- run: npm install
- run: npm install --prefix frontend
- run: npm run build --if-present

- run: npm test
deploy:
needs: [test]
Expand All @@ -43,6 +43,7 @@ jobs:
git pull origin master
npm install
npm install --prefix frontend
npm run build --if-present
pm2 start npm --name "dining" -- run server

0 comments on commit 33ddfb6

Please sign in to comment.