1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

don't deploy docker-graphql

This commit is contained in:
Sérgio Ramos 2017-04-27 23:25:54 +01:00
parent 5a233e0746
commit d2354ff66b

View File

@ -8,10 +8,6 @@ NYC := $(bindir)/nyc
install:
yarn install --prefer-offline
.PHONY: install-production
install-production:
yarn install --production --pure-lockfile --prefer-offline
.PHONY: clean
clean:
@rm -rf node_modules
@ -32,14 +28,6 @@ test-ci:
start:
yarn run start
.PHONY: build
build:
docker build -t quay.io/yldio/joyent-dashboard-$(NAME):$(CIRCLE_BRANCH) .
.PHONY: push
push:
docker push quay.io/yldio/joyent-dashboard-$(NAME)
.PHONY: lint
lint:
$(bindir)/eslint .