Deploy Configuration
| Source | {{ $sourceDir }} |
|---|---|
| Client Subdomains | {{ count($clientDomains) }} |
| Domains |
@foreach($clientDomains as $d)
{{ $d }}
@endforeach
|
| Synced (whitelist) |
@foreach($includeList as $inc)
{{ $inc }}
@endforeach
|
| Excluded |
@foreach($excludeList as $ex)
{{ $ex }}
@endforeach
|
Only the whitelisted paths above are copied. Nothing is ever deleted on clients, and excluded files (.env, storage, uploads, vendor) are never touched.
Deploying... please wait