Created
September 18, 2018 01:29
-
-
Save juanhuttemann/d2dbc0b5980b6d365ec79b21d6931fba to your computer and use it in GitHub Desktop.
Dokku Predeploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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