Skip to content

Commit

Permalink
Add migrations to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed May 11, 2018
1 parent 143474c commit c869905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

set :application, 'rubyjobsbrazil.com.br'
set :repo_url, 'git@github.com:mjacobus/rubyjobsbrazil.git'
set :migration_role, :app
set :conditionally_migrate, true

if ENV['BRANCH']
set :branch, ENV['BRANCH']
Expand Down

0 comments on commit c869905

Please sign in to comment.