Revert "Disable setup for now"
continuous-integration/drone/push Build is passing Details

This reverts commit 53f195e50f.

We need that again.
This commit is contained in:
Luke Murphy 2020-11-08 16:00:26 +01:00
parent 3201e33fca
commit 4df00fe91b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -34,10 +34,15 @@ re_use() {
fi
}
db_setup() {
bundle exec rake db:setup
}
run_web(){
./proc-start web
}
re_use
load_vars
db_setup
run_web