We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfcfd3 commit 5ae5675Copy full SHA for 5ae5675
2 files changed
memorystore/redis/gce_deployment/deploy.sh
@@ -41,7 +41,7 @@ gsutil cp app.tar $GCS_APP_LOCATION
41
42
# Create an instance
43
gcloud compute instances create my-instance \
44
- --image-family=debian-8 \
+ --image-family=debian-9 \
45
--image-project=debian-cloud \
46
--machine-type=g1-small \
47
--scopes cloud-platform \
memorystore/redis/gce_deployment/startup-script.sh
@@ -33,7 +33,7 @@ apt-get install -yq \
33
curl -s "https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh" | bash
34
service google-fluentd restart &
35
36
-gsutil cp $GCS_APP_LOCATION /app.tar
+gsutil cp "$GCS_APP_LOCATION"** /
37
mkdir -p /app
38
tar -x -f /app.tar -C /app
39
cd /app
0 commit comments