Skip to content

Commit

Permalink
Add Heroku Integration for CI/CD (pancakeswap#17)
Browse files Browse the repository at this point in the history
* Add static.json

* Update app.json

* Update app.json
  • Loading branch information
mooncakehero authored Oct 9, 2020
1 parent d303ecd commit c54490e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bin/boot
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"buildpacks":[
{
"url":"heroku/nodejs"
},
{
"url":"https://github.com/heroku/heroku-buildpack-static"
}
]
}
3 changes: 3 additions & 0 deletions static.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"root": "build/"
}

0 comments on commit c54490e

Please sign in to comment.