Simple:
git push heroku tag_name:master –force
The –force is not normally needed, but i needed it because i’d already deployed git head, so needed this to avoid git complaints
Simple:
git push heroku tag_name:master –force
The –force is not normally needed, but i needed it because i’d already deployed git head, so needed this to avoid git complaints