Add additional commands to machine-create-google command

This commit is contained in:
mitchell 2019-06-02 12:37:39 -07:00
parent 9cf176b99f
commit 7e702620cd
1 changed files with 4 additions and 0 deletions

View File

@ -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