summaryrefslogtreecommitdiff
path: root/bin/deploy.sh
blob: c7cac2c22744785220ac844353b21fb71e8ef852 (plain)
1
2
3
4
5
#!/bin/bash
set -e

git push heroku master
heroku run rake db:migrate