We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5fc82 commit 13a0962Copy full SHA for 13a0962
appengine/standard/wordpress/README.md
@@ -46,15 +46,7 @@ cd ${app?}
46
${d?}/update-wordpress
47
cd wordpress
48
${d?}/gen-wp-config ${db_instance?} ${db_name?} ${db_pass?} >wp-config.php
49
-
50
-echo "\
51
-runtime: php72
52
-instance_class: F2
53
54
-handlers:
55
-- url: /(.*)
56
- script: \1
57
- secure: always" >app.yaml
+cp ${d?}/app.yaml .
58
59
# At the time of this writing, us-central is the only region available for
60
# php72.
appengine/standard/wordpress/app.yaml
@@ -0,0 +1,7 @@
1
+runtime: php72
2
+instance_class: F2
3
+
4
+handlers:
5
+- url: /(.*)
6
+ script: \1
7
+ secure: always
0 commit comments