Skip to content

Commit

Permalink
Remove dead make entries
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Nov 7, 2015
1 parent 9ffb06c commit 7443648
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: website deploy
all: website favicon test

favicon:
node gh-badge.js '' '' '#bada55' .png > favicon.png
Expand All @@ -9,22 +9,22 @@ website:
| sed "s,var origin = '';,var origin = 'https://img.shields.io';," \
| sed "s,<style>,<!-- WARNING: THIS FILE WAS GENERATED FROM try.html -->\n<style>," > index.html

deploy-heroku:
deploy:
git add -f Verdana.ttf
git add -f secret.json
git commit -m'MUST NOT BE ON GITHUB'
git push -f heroku HEAD:master
git push -f s0 HEAD:master
git reset HEAD~1
(git checkout -B gh-pages && \
git merge master && \
git push -f origin gh-pages:gh-pages) || git checkout master
git checkout master

deploy:
deploy-heroku:
git add -f Verdana.ttf
git add -f secret.json
git commit -m'MUST NOT BE ON GITHUB'
git push -f s0 HEAD:master
git push -f heroku HEAD:master
git reset HEAD~1
(git checkout -B gh-pages && \
git merge master && \
Expand All @@ -45,4 +45,4 @@ redis:
test:
npm test

.PHONY: all favicon website deploy deploy-s setup redis test
.PHONY: all favicon website deploy deploy-heroku setup redis test

0 comments on commit 7443648

Please sign in to comment.