Skip to content

Instantly share code, notes, and snippets.

View voeurnchy's full-sized avatar
🎯
Focusing

Voeurn Chy voeurnchy

🎯
Focusing
View GitHub Profile
{{-- Define all our servers --}}
@servers(['staging' => '', 'production' => ''])
@setup
{{-- The timezone your servers run in --}}
$timezone = 'Europe/Amsterdam';
{{-- The base path where your deployments are sitting --}}
$path = '/var/www/site.com/htdocs';