Skip to content

Commit

Permalink
fix: Revert changes that took diversity out of the install process
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-linnell committed Jul 25, 2017
1 parent 89d7e6f commit f7c7288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ include tasks/*.mk
###############################################################################

## Porcelain ##################################################################
install: network-create vault-create assets-create app-create sandbox-create proxy-create
install: network-create vault-create assets-create app-create sandbox-create diversity-create proxy-create
build-all: compiler-build sandbox-build build
vault: vault-save
build: app-build assets-build sandbox-build
test: assets-unit-test
test: assets-unit-test assets-integration-test
push: app-push assets-push sandbox-push
pull: app-pull assets-pull sandbox-pull
pull: app-pull assets-pull sandbox-pull diversity-pull
clean-no-confirm:
@$(DOCKER_RM) $(shell $(DOCKER) ps -aq $(project_filters))
@$(MAKE) network-rm
Expand All @@ -77,7 +77,6 @@ deploy-production:
PROXY_HTTP_PORT=80
deploy-staging: deploy-production
release: release-create
diversity-deploy: diversity-rm diversity-create

seeds: build
love: deploy
Expand Down

0 comments on commit f7c7288

Please sign in to comment.