Skip to content

Instantly share code, notes, and snippets.

View RichardStyles's full-sized avatar

Richard Styles RichardStyles

View GitHub Profile
@RichardStyles
RichardStyles / taxi-example.json
Created April 8, 2023 20:08
Example of a taxi.json configuration file
{
"sites": [
{
"name": "laravel-1",
"php": "[email protected]",
"branch": "main",
"secure": true,
"vcs": "https://github.com/laravel/laravel",
"post-build": [
"cp .env.example .env",