Skip to content

Commit

Permalink
[deploy] force add the font file.
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Mar 4, 2014
1 parent ee4c9f8 commit 2d99c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ website:
| sed "s,<span id='imgUrlPrefix'>,&http://img.shields.io," > index.html | sed "s,<span id='imgUrlPrefix'>,&http://img.shields.io," > index.html


deploy: deploy:
git add Verdana.ttf git add -f Verdana.ttf
git commit -m'MUST NOT BE ON GITHUB' git commit -m'MUST NOT BE ON GITHUB'
git push -f heroku HEAD:master git push -f heroku HEAD:master
git reset HEAD~1 git reset HEAD~1
Expand Down

0 comments on commit 2d99c5b

Please sign in to comment.