Skip to content

Commit d6e61a7

Browse files
miya0001bshaffer
authored andcommitted
Add wp-cli.yml (GoogleCloudPlatform#599)
1 parent 54e39db commit d6e61a7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

appengine/wordpress/src/WordPressSetup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
350350
'cron.yaml' => '/',
351351
'composer.json' => '/',
352352
'php.ini' => '/',
353+
'wp-cli.yml' => '/',
353354
'wp-config.php' => '/wordpress/',
354355
);
355356
$templateDir = __DIR__ . '/files/standard';
@@ -373,6 +374,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
373374
'composer.json' => '/',
374375
'nginx-app.conf' => '/',
375376
'php.ini' => '/',
377+
'wp-cli.yml' => '/',
376378
'wp-config.php' => '/wordpress/',
377379
);
378380
$templateDir = __DIR__ . '/files/flexible';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
path: wordpress
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
path: wordpress

0 commit comments

Comments
 (0)