1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated .travis.yml to db:migrate when deploying

This commit is contained in:
2017-06-08 21:54:33 -04:00
parent 573b3c3e12
commit 89443f770e

View File

@@ -14,3 +14,4 @@ deploy:
on:
repo: jcwimer/wrestlingApp
branch: master
run: "rake db:migrate RAILS_ENV=production"