1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 02:57:05 +00:00

Add fauxmailer to gcloud, custom greeting

This commit is contained in:
James Hillyerd
2017-12-24 10:40:12 -08:00
parent 52de1b2bfe
commit 0e72b414c4
3 changed files with 38 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# create-demo-instance.sh
set -x
gcloud compute instances create inbucket-1 --machine-type=f1-micro \
--image-project=debian-cloud --image-family=debian-9 \
--metadata-from-file=startup-script=debian-startup.sh,greeting=demo-greeting.html \
--tags=http-server --address=inbucket-demo