Skip to content

Commit

Permalink
Merge pull request #1747 from datadryad/capistrano-data-migration
Browse files Browse the repository at this point in the history
Add data migrations to Capistrano process
  • Loading branch information
ahamelers authored Jul 2, 2024
2 parents 7b8c8cd + c38b0e8 commit 451a5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install_plugin Capistrano::SCM::Git
require 'capistrano/bundler'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/data_migrate'
require 'capistrano/yarn'

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Expand Down

0 comments on commit 451a5e4

Please sign in to comment.