mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
don't deploy docker-graphql
This commit is contained in:
parent
5a233e0746
commit
d2354ff66b
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user