Skip to content

Commit

Permalink
New Package Path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoollllee committed Oct 13, 2023
1 parent ae33231 commit 6679bca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/deploy.full-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// get directory of projects. Will be used for domain name,...
set( 'local_root', dirname( __FILE__ ) );

require 'vendor/mmoollllee/bedrock-deployer/config/config.php';
require 'vendor/mmoollllee/bedrock-deployer-7/config/config.php';

// set
host( 'stage' )
Expand Down
20 changes: 10 additions & 10 deletions recipe/recipes.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

require 'vendor/mmoollllee/bedrock-deployer/recipe/prepare.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/deployer_check.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/bedrock_db.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/bedrock_env.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/bedrock_auth.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/bedrock_misc.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/common.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/filetransfer.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/sage.php';
require 'vendor/mmoollllee/bedrock-deployer/recipe/trellis.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/prepare.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/deployer_check.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/bedrock_db.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/bedrock_env.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/bedrock_auth.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/bedrock_misc.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/common.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/filetransfer.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/sage.php';
require 'vendor/mmoollllee/bedrock-deployer-7/recipe/trellis.php';

0 comments on commit 6679bca

Please sign in to comment.