Skip to content

Commit

Permalink
Add data migrations to Capistrano process
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscher committed Jul 2, 2024
1 parent 7b8c8cd commit c38b0e8
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 c38b0e8

Please sign in to comment.