Skip to content

Commit

Permalink
added heroku.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarrsm committed Sep 4, 2023
1 parent 72d69a6 commit e409db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Empty file removed dockerfile
Empty file.
2 changes: 1 addition & 1 deletion example-app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
server.port=8081
server.port=${PORT:8081}
spring.datasource.url=jdbc:h2:file:./db-scheduler-application/test-db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH
spring.datasource.driver-class-name=org.h2.Driver
3 changes: 3 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
docker:
web: dockerfile

0 comments on commit e409db1

Please sign in to comment.