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

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent a7b20f3 commit c0b7eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ pipeline {
}
}
}
stage('build') {
stage('Build') {
steps {
dir ('next/news-aggregation') {
sh 'npm run build'
}
}
}
stage deploy {
stage ('Deploy') {
steps {
script {
sshagent(['nial-ssh-creds']) {
Expand Down

0 comments on commit c0b7eaa

Please sign in to comment.