Skip to content

Instantly share code, notes, and snippets.

@juanhuttemann
Created September 18, 2018 01:29
Show Gist options
  • Select an option

  • Save juanhuttemann/d2dbc0b5980b6d365ec79b21d6931fba to your computer and use it in GitHub Desktop.

Select an option

Save juanhuttemann/d2dbc0b5980b6d365ec79b21d6931fba to your computer and use it in GitHub Desktop.
Dokku Predeploy
{
"name": "ruby-rails-sample",
"description": "A sample Ruby on Rails application",
"scripts": {
"dokku": {
"predeploy": "bundle exec rails db:create db:migrate RAILS_ENV=production"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment