mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Robot now manually reset database
This commit is contained in:
parent
a15ef4c261
commit
743c382a03
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ setuser app bundle install --deployment
|
|||
# cp config/secrets-example.yml config/secrets.yml
|
||||
# create manually config/database.yml
|
||||
|
||||
RAILS_ENV=test bundle exec rake db:reset
|
||||
RAILS_ENV=test bundle exec rake db:drop
|
||||
RAILS_ENV=test bundle exec rake db:create
|
||||
RAILS_ENV=test bundle exec rake db:schema:load
|
||||
RAILS_ENV=test bundle exec rake db:seed
|
||||
RAILS_ENV=test bundle exec rake assets:precompile
|
||||
|
||||
echo "GIT_LAST_COMMITS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue