You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,12 @@ To publish this file, run `php artisan airdrop:install`
9
9
10
10
The driver you choose determines how your built assets will be stashed and restored.
11
11
12
-
By default, we only offer one driver: the Filesystem driver. It will store built assets as `.zip` on a disk of your choosing (usually a cloud provider).
12
+
We offer two drivers out of the box:
13
13
14
-
To read more about the various configuration options, head to the [Filesystem Driver](/drivers/filesystem) section.
14
+
- the [Filesystem Driver](/drivers/filesystem), which stores built assets as `.zip` on a disk of your choosing, usually a cloud provider.
15
+
- the [GitHub Actions Driver](/drivers/github), which stores the built assets using GitHub's [Cache Action](https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows).
16
+
17
+
If neither of these meet your needs, you are free to [make your own](/drivers/custom).
0 commit comments