Skip to content

Commit 13a0962

Browse files
author
Issac Trotts
committed
Extract app.yaml file.
1 parent 6d5fc82 commit 13a0962

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

appengine/standard/wordpress/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,7 @@ cd ${app?}
4646
${d?}/update-wordpress
4747
cd wordpress
4848
${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
49+
cp ${d?}/app.yaml .
5850

5951
# At the time of this writing, us-central is the only region available for
6052
# php72.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)