Remove MySQL config file again as soon as possible
This commit is contained in:
parent
343701794f
commit
303f5def5b
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ fi
|
|||
echo ">>> Upgrading database..."
|
||||
dockerize -wait tcp://$DATABASE_HOST:$DATABASE_PORT -timeout 60s bundle exec rake db:migrate
|
||||
|
||||
rm .my.cnf
|
||||
|
||||
echo ">>> Precompiling assets..."
|
||||
bundle exec rake assets:precompile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue