File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
appengine/standard/wordpress Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ account=[ACCOUNT ID CHOSEN FROM THE LIST]
2626gcloud alpha billing projects link --billing-account=${account?} ${proj?}
2727```
2828
29- 6 . Create a Cloud SQL instance and db:
29+ 6 . Create the Cloud SQL instance and db:
3030``` sh
3131proj=[ID OF YOUR PROJECT] # if working in an existing project
3232db_tier=db-f1-micro # See https://cloud.google.com/sql/pricing for more choices
@@ -36,7 +36,7 @@ db_pass=$(head -c20 </dev/urandom | xxd -p)
3636./set-up-mysql ${db_tier?} ${db_instance?} ${db_name?} ${db_pass?}
3737```
3838
39- 7 . Create and deploy an App Engine app:
39+ 7 . Create and deploy the App Engine app:
4040``` sh
4141app=[DIR WHERE YOU WANT TO CREATE YOUR APP]
4242mkdir -p ${app?}
You can’t perform that action at this time.
0 commit comments