You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of samples which contain a CLI tool for deploying WordPress to App Engine.
4
4
5
5
## Index
6
6
7
7
|Runtime|Description|
8
8
|---|---|
9
-
|[php72](../php72/wordpress)| Sample and CLI tool for deploying WordPress to App Engine for PHP 7.2 (**recommended**)|
10
-
|[flexible](../flexible/wordpress)|Sample and CLI tool for deploying WordPress to App Engine Flexible|
11
-
|[php55](../php55/wordpress)| Sample and CLI tool for deploying WordPress to App Engine for PHP 5.5 (*deprecated*)|
9
+
|[App Engine Standard for PHP 7.2](../php72/wordpress) (**Recommended!**)|The latest App Engine Runtime, and the latest version of PHP!|
10
+
|[App Engine Flexible Environment](../flexible/wordpress)|Longer deployments, but allows for custom containers using Docker. Use this only if you're certain you need these features.|
11
+
|[App Engine Standard for PHP 5.5](../php55/wordpress)|PHP 5.5 is EOL, so use only to maintain existing deployments.|
0 commit comments