mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
179 lines
3.5 KiB
Markdown
179 lines
3.5 KiB
Markdown
<!-- DO NOT EDIT THIS FILE! -->
|
|
<!-- Instead edit recipe/statamic.php -->
|
|
<!-- Then run bin/docgen -->
|
|
|
|
# statamic
|
|
|
|
[Source](/recipe/statamic.php)
|
|
|
|
|
|
|
|
* Requires
|
|
* [laravel](/docs/recipe/laravel.md)
|
|
|
|
## Configuration
|
|
### statamic_version
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L15)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Tasks
|
|
|
|
### statamic:addons:discover
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L26)
|
|
|
|
Rebuild the cached addon package manifest.
|
|
|
|
|
|
|
|
|
|
### statamic:assets:generate-presets
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L33)
|
|
|
|
Generate asset preset manipulations.
|
|
|
|
|
|
|
|
|
|
### statamic:assets:meta
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L36)
|
|
|
|
Generate asset metadata files.
|
|
|
|
|
|
|
|
|
|
### statamic:git:commit
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L43)
|
|
|
|
Git add and commit tracked content.
|
|
|
|
|
|
|
|
|
|
### statamic:glide:clear
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L50)
|
|
|
|
Clear the Glide image cache.
|
|
|
|
|
|
|
|
|
|
### statamic:responsive:generate
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L57)
|
|
|
|
Generate responsive images.
|
|
|
|
|
|
|
|
|
|
### statamic:responsive:regenerate
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L60)
|
|
|
|
Regenerate responsive images.
|
|
|
|
|
|
|
|
|
|
### statamic:search:insert
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L67)
|
|
|
|
Insert an item into its search indexes.
|
|
|
|
|
|
|
|
|
|
### statamic:search:update
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L70)
|
|
|
|
Update a search index.
|
|
|
|
|
|
|
|
|
|
### statamic:stache:clear
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L77)
|
|
|
|
Clear the "Stache" cache.
|
|
|
|
|
|
|
|
|
|
### statamic:stache:doctor
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L80)
|
|
|
|
Diagnose any problems with the Stache.
|
|
|
|
|
|
|
|
|
|
### statamic:stache:refresh
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L83)
|
|
|
|
Clear and rebuild the "Stache" cache.
|
|
|
|
|
|
|
|
|
|
### statamic:stache:warm
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L86)
|
|
|
|
Build the "Stache" cache.
|
|
|
|
|
|
|
|
|
|
### statamic:static:clear
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L93)
|
|
|
|
Clear the static page cache.
|
|
|
|
|
|
|
|
|
|
### statamic:static:warm
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L96)
|
|
|
|
Warms the static cache by visiting all URLs.
|
|
|
|
|
|
|
|
|
|
### statamic:support:details
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L103)
|
|
|
|
Outputs details helpful for support requests.
|
|
|
|
|
|
|
|
|
|
### statamic:updates:run
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L110)
|
|
|
|
Run update scripts from specific version.
|
|
|
|
|
|
|
|
|
|
### deploy
|
|
[Source](https://github.com/deployphp/deployer/blob/master/recipe/statamic.php#L118)
|
|
|
|
Deploy your project.
|
|
|
|
|
|
|
|
|
|
This task is group task which contains next tasks:
|
|
* [deploy:prepare](/docs/recipe/common.md#deployprepare)
|
|
* [deploy:vendors](/docs/recipe/deploy/vendors.md#deployvendors)
|
|
* [artisan:storage:link](/docs/recipe/laravel.md#artisanstoragelink)
|
|
* [artisan:cache:clear](/docs/recipe/laravel.md#artisancacheclear)
|
|
* [statamic:stache:clear](/docs/recipe/statamic.md#statamicstacheclear)
|
|
* [statamic:stache:warm](/docs/recipe/statamic.md#statamicstachewarm)
|
|
* [deploy:publish](/docs/recipe/common.md#deploypublish)
|
|
|
|
|