@extends('app') @section('content')

Deploy to Subdomains Sync source to all clients

Deploy Configuration

@if(count($clientDomains) > 0) @endif
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
@endsection @section('script') @endsection