Skip to content

Commit

Permalink
Deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
edudepetris committed Oct 7, 2018
1 parent fdf61ed commit 2a10ec1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node dist/app.js
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Run server


[**Aditional docs**](https://gitlab.com/edudepetris/eldolar/wikis/Tutorials-&-Sources)



[**Deployed on Heroku**](https://glacial-dusk-89024.herokuapp.com/api/v1/exchanges/now)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"nodemon": "^1.18.4"
},
"scripts": {
"heroku-postbuild": "yarn run tsc",
"test": "mocha -r ts-node/register test/**/*.ts",
"watch-ts": "tsc -w",
"watch-node": "nodemon dist/app.js",
Expand Down
File renamed without changes.

0 comments on commit 2a10ec1

Please sign in to comment.