File tree Expand file tree Collapse file tree
optional-container-engine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ push: build
2525
2626.PHONY : template
2727template :
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
3030
3131.PHONY : create-service
3232create-service :
Original file line number Diff line number Diff line change 3535 spec :
3636 containers :
3737 - 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
4040 # This setting makes nodes pull the docker image every time before
4141 # starting the pod. This is useful when debugging, but should be turned
4242 # off in production.
Original file line number Diff line number Diff line change 3535 spec :
3636 containers :
3737 - 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
4040 # This setting makes nodes pull the docker image every time before
4141 # starting the pod. This is useful when debugging, but should be turned
4242 # off in production.
You can’t perform that action at this time.
0 commit comments