Skip to content

Commit

Permalink
Add .my.cnf to shared files
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 19, 2024
1 parent 166e467 commit ae5e592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# capistrano-docker specific
set :docker_command, "docker"
set :docker_copy_data, %w{.env}
set :docker_copy_data, %w{.env .my.cnf}

set :docker_compose, true
set :docker_compose_path, "docker-compose.yml"
Expand Down

0 comments on commit ae5e592

Please sign in to comment.