File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
optional-container-engine Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ push: build
25
25
26
26
.PHONY : template
27
27
template :
28
- sed -i " .tmpl" " s/\$ $ GCLOUD_PROJECT /$( GCLOUD_PROJECT) /g" bookshelf-frontend.yaml
29
- sed -i " .tmpl" " s/\$ $ GCLOUD_PROJECT /$( GCLOUD_PROJECT) /g" bookshelf-worker.yaml
28
+ sed -i " .tmpl" " s/\[ GCLOUD_PROJECT\] /$( GCLOUD_PROJECT) /g" bookshelf-frontend.yaml
29
+ sed -i " .tmpl" " s/\[ GCLOUD_PROJECT\] /$( GCLOUD_PROJECT) /g" bookshelf-worker.yaml
30
30
31
31
.PHONY : create-service
32
32
create-service :
Original file line number Diff line number Diff line change 35
35
spec :
36
36
containers :
37
37
- name : bookshelf-app
38
- # Replace $ GCLOUD_PROJECT with your project ID or use `make template`.
39
- image : gcr.io/$ GCLOUD_PROJECT/bookshelf
38
+ # Replace [ GCLOUD_PROJECT] with your project ID or use `make template`.
39
+ image : gcr.io/[ GCLOUD_PROJECT] /bookshelf
40
40
# This setting makes nodes pull the docker image every time before
41
41
# starting the pod. This is useful when debugging, but should be turned
42
42
# off in production.
Original file line number Diff line number Diff line change 35
35
spec :
36
36
containers :
37
37
- name : bookshelf-app
38
- # Replace $ GCLOUD_PROJECT with your project ID or use `make template`.
39
- image : gcr.io/$ GCLOUD_PROJECT/bookshelf
38
+ # Replace [ GCLOUD_PROJECT] with your project ID or use `make template`.
39
+ image : gcr.io/[ GCLOUD_PROJECT] /bookshelf
40
40
# This setting makes nodes pull the docker image every time before
41
41
# starting the pod. This is useful when debugging, but should be turned
42
42
# off in production.
You can’t perform that action at this time.
0 commit comments