Skip to content

Commit

Permalink
Merge pull request #9 from nimble-platform/staging
Browse files Browse the repository at this point in the history
Release Efactory-Nimble-Prod-1.
  • Loading branch information
Ayeshmantha Perera authored Jun 10, 2020
2 parents 7098bbf + c184fc3 commit 8cb8b66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,9 @@ node('nimble-jenkins-slave') {
stage('Deploy FMP') {
sh 'ssh fmp-prod "cd /srv/nimble-fmp/ && ./run-fmp-prod.sh restart-single data-aggregation-service"'
}

stage('Deploy Efactory') {
sh 'ssh efac-prod "cd /srv/nimble-efac/ && ./run-efac-prod.sh restart-single data-aggregation-service"'
}
}
}
}

0 comments on commit 8cb8b66

Please sign in to comment.