Skip to content

Commit

Permalink
Merge pull request #4 from jvanbaarsen/backups
Browse files Browse the repository at this point in the history
Install the backup gem to allow Intercity to schedule its own backups
  • Loading branch information
jvanbaarsen committed Dec 18, 2015
2 parents 64f12ac + c8dcb94 commit 5b91a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/web.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ run:
hook: bundle_exec
cmd:
- su intercity -c 'bundle install --deployment --verbose --without test --without development'
- su intercity -c 'gem install backup'
- su intercity -c 'bundle exec rake db:migrate'
- su intercity -c 'bundle exec rake assets:precompile'
- su intercity -c 'bundle exec rake intercity:seed_plugins'
Expand Down

0 comments on commit 5b91a43

Please sign in to comment.