mirror of https://github.com/mitchell/selfpass.git
Add additional commands to machine-create-google command
This commit is contained in:
parent
9cf176b99f
commit
7e702620cd
4
Makefile
4
Makefile
|
@ -31,6 +31,10 @@ machine-create-google:
|
||||||
--google-username selfpass \
|
--google-username selfpass \
|
||||||
--google-zone us-west1-c \
|
--google-zone us-west1-c \
|
||||||
selfpass01
|
selfpass01
|
||||||
|
$(MAKE) machine-put-redis.conf
|
||||||
|
$(MAKE) machine-put-data
|
||||||
|
$(MAKE) machine-install-stackdriver-agent
|
||||||
|
$(MAKE) machine-add-grpc-server-tag
|
||||||
|
|
||||||
machine-rm:
|
machine-rm:
|
||||||
docker-machine rm selfpass01
|
docker-machine rm selfpass01
|
||||||
|
|
Loading…
Reference in New Issue