From 7e702620cdf49f48105f32a0f4c9d0101fc4e80a Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 2 Jun 2019 12:37:39 -0700 Subject: [PATCH] Add additional commands to machine-create-google command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d11827a..b89b449 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,10 @@ machine-create-google: --google-username selfpass \ --google-zone us-west1-c \ selfpass01 + $(MAKE) machine-put-redis.conf + $(MAKE) machine-put-data + $(MAKE) machine-install-stackdriver-agent + $(MAKE) machine-add-grpc-server-tag machine-rm: docker-machine rm selfpass01