summaryrefslogtreecommitdiff
path: root/bin/heroku
blob: 908ea4eb499c0bb293911f8e19901cbd866cb9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

cat << EOF > config.json

{
  "production": {
  }
}

EOF