Skip to content

Commit

Permalink
Adds lockfile template, updates lagoon image directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDupree committed Jun 23, 2023
1 parent 80d6832 commit e2e038d
Show file tree
Hide file tree
Showing 2 changed files with 8,090 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/post-create-project-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@

replace_file_token($project_path . '/.lando.yml', $token_replacments);
replace_file_token($project_path . '/.lagoon.yml', $token_replacments);
replace_file_token($project_path . '/lagoon-images/cli.dockerfile', $token_replacments);
replace_file_token($project_path . '/lagoon-images/nginx.dockerfile', $token_replacments);
replace_file_token($project_path . '/.lagoon/cli.dockerfile', $token_replacments);
replace_file_token($project_path . '/.lagoon/nginx.dockerfile', $token_replacments);
replace_file_token($project_path . '/.lagoon/php.dockerfile', $token_replacments);
replace_file_token($project_path . '/.env', $token_replacments);
replace_file_token($project_path . '/composer.json', $token_replacments);
replace_file_token($project_path . '/phpunit.xml.dist', $token_replacments);
Expand Down
Loading

0 comments on commit e2e038d

Please sign in to comment.