Skip to content

Commit 9eff1ab

Browse files
committed
⚠️ Made major change to Procfile. May break things.
1 parent c85153b commit 9eff1ab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Procfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
web: bundle exec rackup config.ru -p $PORT
1+
---
2+
addons: []
3+
config_vars:
4+
LANG: en_US.UTF-8
5+
RACK_ENV: production
6+
default_process_types:
7+
rake: bundle exec rake
8+
console: bundle exec irb
9+
web: bundle exec rackup config.ru -p $PORT

0 commit comments

Comments
 (0)