mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 04:46:40 +00:00
added deploy make task
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,5 +1,5 @@
|
||||
.SILENT:
|
||||
.PHONY: build watch docs test
|
||||
.PHONY: build watch docs test deploy
|
||||
|
||||
BIN = ./node_modules/.bin
|
||||
COFFEE_SRC = ./src
|
||||
@@ -7,6 +7,9 @@ COFFEE_OUT = ./
|
||||
REPORTER = spec
|
||||
TEST_DIR = ./test
|
||||
|
||||
deploy:
|
||||
git push heroku master
|
||||
|
||||
build:
|
||||
$(BIN)/coffee -c -o $(COFFEE_OUT) $(COFFEE_SRC)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user