Skip to content

Commit

Permalink
Add wp-cli.yml (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 authored and bshaffer committed Apr 16, 2018
1 parent 54e39db commit d6e61a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/wordpress/src/WordPressSetup.php
Expand Up @@ -350,6 +350,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'cron.yaml' => '/',
'composer.json' => '/',
'php.ini' => '/',
'wp-cli.yml' => '/',
'wp-config.php' => '/wordpress/',
);
$templateDir = __DIR__ . '/files/standard';
Expand All @@ -373,6 +374,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'composer.json' => '/',
'nginx-app.conf' => '/',
'php.ini' => '/',
'wp-cli.yml' => '/',
'wp-config.php' => '/wordpress/',
);
$templateDir = __DIR__ . '/files/flexible';
Expand Down
1 change: 1 addition & 0 deletions appengine/wordpress/src/files/flexible/wp-cli.yml
@@ -0,0 +1 @@
path: wordpress
1 change: 1 addition & 0 deletions appengine/wordpress/src/files/standard/wp-cli.yml
@@ -0,0 +1 @@
path: wordpress

0 comments on commit d6e61a7

Please sign in to comment.