Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Jenkinsfile to include npm install step in deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent dbceb24 commit a708ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
stage('Deploy') {
steps {
script {
sh "ssh -i ${SSH_KEY} [email protected] 'screen && cd TSI/next/news-aggregation && npm run dev'"
sh "ssh -i ${SSH_KEY} [email protected] 'screen && cd TSI/next/news-aggregation && npm install && npm run dev'"
}
}
}
Expand Down

0 comments on commit a708ae5

Please sign in to comment.