Skip to content

Commit

Permalink
fix: Dummy fix to force deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Apr 28, 2017
1 parent 8a037df commit b8dd267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ deploy:
script: npm run travis-deploy
on:
branch: master
post_deploy:
- ps -axf
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
"upgrade": "ncu --upgradeAll && npm install",
"develop": "PORT=5002 concurrently 'nodemon --inspect app' 'opn http://localhost:${PORT}'",
"semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post && ps -axf"
"semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post"
},
"config": {
"validate-commit-msg": {
Expand Down

0 comments on commit b8dd267

Please sign in to comment.