Skip to content

Commit c197cba

Browse files
authored
Merge pull request #16 from goby-lang/deploy-to-heroku
Add heroku.yml
2 parents 6bd6b1a + 97ecb50 commit c197cba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

heroku.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
setup:
2+
addons:
3+
- plan: heroku-postgresql
4+
as: DATABASE
5+
6+
build:
7+
docker:
8+
web: Dockerfile
9+
10+
release:
11+
image: web

0 commit comments

Comments
 (0)