Skip to content

Commit ef88ed6

Browse files
committed
add Procfile and warum config for heroku
1 parent fb6ac5b commit ef88ed6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: composer warmup && $(composer config bin-dir)/heroku-php-apache2 public/

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
"post-update-cmd": [
7373
"@parameter-handler",
7474
"@auto-scripts"
75+
],
76+
"warmup": [
77+
"@parameter-handler",
78+
"@auto-scripts"
7579
]
7680
},
7781
"conflict": {

0 commit comments

Comments
 (0)