Notes to self

Pre/post deploy hooks with Dokku 0.5.0

Deploying with Dokku and in need to run some basic setup tasks such as copying config/database.yml.example to config/database.yml in Rails? It’s possible with Dokku 0.5.0 and app.json file.

See documentation.

Example of the above as app.json file:

{
  "scripts": {
    "dokku": {
      "predeploy": "cp /app/config/database.yml.example /app/config/database.yml"
    }
  }
}

Work with me

I have some availability for contract work. I can be your fractional CTO, a Ruby on Rails engineer, or consultant. Write me at strzibny@strzibny.name.

RSS