Sha256: fc7dcd8df09f39f5f5b8ba1df4a6688b40fc52283a90b863efb23c60144929f2

Contents?: true

Size: 547 Bytes

Versions: 94

Compression:

Stored size: 547 Bytes

Contents

{
  "buildpacks": [
    { "url": "https://github.com/Nexmo/heroku-buildpack-clone-repo.git" },
    { "url": "heroku/nodejs" },
    { "url": "https://github.com/negativetwelve/heroku-buildpack-subdir" },
    { "url": "heroku/ruby" }
  ],
  "env": {
    "GIT_REPO_URL": { "required": true }
  },
  "stack": "heroku-18",
  "formation": {
    "web": {
      "quantity": 1,
      "size": "free"
    }
  },
  "addons": [
    "heroku-postgresql:hobby-dev"
  ],
  "scripts": {
    "postdeploy": "cd /app/lib/nexmo_developer && bin/rails db:migrate"
  }
}

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 app.json
station-0.5.15 app.json
station-0.5.14 app.json
station-0.5.13 app.json
station-0.5.12 app.json
station-0.5.11 app.json
station-0.5.10 app.json
station-0.5.9 app.json
station-0.5.8 app.json
station-0.5.7 app.json
station-0.5.6 app.json
station-0.5.5 app.json
station-0.5.4 app.json
station-0.5.3 app.json
station-0.5.2 app.json
station-0.5.1 app.json
station-0.5.0 app.json
station-0.4.9 app.json
station-0.4.8 app.json
station-0.4.7 app.json