Disable setup for now

This commit is contained in:
Luke Murphy 2020-11-08 15:52:15 +01:00
parent da5b8beceb
commit 53f195e50f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 5 deletions

View File

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