Skip to content

Commit

Permalink
Update jenkins script to reload pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvpulok committed Jul 4, 2018
1 parent 745a1bd commit c7fafe7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ pipeline {
sh 'npm run build'
}
}
stage('Deploy') {
steps {
sh 'pm2 reload lockessentail'
}
}
}
}
2 changes: 1 addition & 1 deletion modules/core/client/views/footer.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h4>User Guides</h4>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="text-center">
<p>© 2017 Lock Essential | www.lockessential.com | v 1.1.0 |
<p>© 2017 Lock Essential | www.lockessential.com | v 1.1.1 |
<a href="https://github.com/hvpulok " target="_blank">Admin</a> |
<a href="#" ng-click="vm.open('lg', '.home-modal' ,'policy')">Privacy Policy</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lockessential",
"description": "A Secured Encrypted Personal Information Manager.",
"version": "1.0.0",
"version": "1.1.1",
"meanjs-version": "0.5.0",
"private": true,
"author": "Md Kamrul Hasan Pulok",
Expand Down

0 comments on commit c7fafe7

Please sign in to comment.