File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
appengine/php72/wordpress Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,19 @@ Then your WordPress project will be ready to deploy to Google Cloud!
8989
9090## Deploy to Google Cloud
9191
92- CD into your WordPress project directory and run the following command to
93- deploy:
92+ `cd` into the root of your WordPress project.
93+
94+ ```sh
95+ $ cd my-wordpress-project
96+ ```
97+
98+ Run the following command to deploy your project to App Engine:
9499
95100```sh
96101$ gcloud app deploy app.yaml cron.yaml
97102```
98103
99- Then access your site, and continue the installation step. The URL is:
104+ Now you can access your site, and continue the installation step! The URL is
100105https://PROJECT_ID.appspot.com/
101106
102107### Enable the Google Cloud Storage plugin
You can’t perform that action at this time.
0 commit comments