Skip to content

Commit

Permalink
add procfile and specifying version node
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Augusto committed Mar 31, 2020
1 parent e2c6f4d commit 71284e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
release: ENV_SILENT=true node ace migration:run --force
web: ENV_SILENT=true yarn start
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"adonisjs",
"adonis-app"
],
"engines": {
"node": "12.16.1"
},
"author": "",
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit 71284e6

Please sign in to comment.