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!
89
89
90
90
## Deploy to Google Cloud
91
91
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:
94
99
95
100
```sh
96
101
$ gcloud app deploy app.yaml cron.yaml
97
102
```
98
103
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
100
105
https://PROJECT_ID.appspot.com/
101
106
102
107
### Enable the Google Cloud Storage plugin
You can’t perform that action at this time.
0 commit comments