Deploy includes uploading the new website.
This commit is contained in:
parent
98941dd35c
commit
556f2aae0c
8
Makefile
8
Makefile
|
@ -5,15 +5,15 @@ favicon:
|
|||
|
||||
website:
|
||||
cat try.html | sed "s,<img src='/,<img src='//img.shields.io/," > index.html
|
||||
(git checkout -B gh-pages && \
|
||||
git merge master && \
|
||||
git push origin gh-pages:gh-pages) || git checkout master
|
||||
git checkout master
|
||||
|
||||
deploy:
|
||||
git add Verdana.ttf
|
||||
git commit -m'MUST NOT BE ON GITHUB'
|
||||
git push -f heroku HEAD:master
|
||||
git reset HEAD~1
|
||||
(git checkout -B gh-pages && \
|
||||
git merge master && \
|
||||
git push origin gh-pages:gh-pages) || git checkout master
|
||||
git checkout master
|
||||
|
||||
.PHONY: all favicon website deploy
|
||||
|
|
Loading…
Reference in New Issue
Block a user