Skip to content

Commit

Permalink
Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Apr 11, 2024
1 parent 7f6dd6b commit d11301b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/toolkit/PROJECTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ variables:
wordpress_version: "6.4"
deploy_map_from: "./"
deploy_map_to: "wp-content"
```
The following are additional optional variables that allow you to use custom scripts different than the ones provided by 10up Toolkit. You shouldn't need to use these unless you are doing something super custom. All these paths are relative from the root of your project.
deploy_script_path: ""
build_script_path: ""
create_payload_script_path: ""
deploy_file_excludes: ""
```yaml
deploy_script_path: "" # Custom deploy script
build_script_path: "" # For using a build script in a different location
create_payload_script_path: "" # Custom create payload script
deploy_file_excludes: "" # Custom deploy file exclusions
```
## Commands
Expand Down

0 comments on commit d11301b

Please sign in to comment.