Skip to content

Commit

Permalink
add npm install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RbAvci committed Jul 1, 2024
1 parent bae3a99 commit 6becae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
cd Full-Stack-Project-Assessment && \
git checkout main && \
git pull && \
npm install \
npm run build && \
pm2 kill && \
pm2 start npm --name "video-recommendations" -- start && \
Expand Down

0 comments on commit 6becae6

Please sign in to comment.