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": "php@8.1",
"branch": "main",
"secure": true,
"vcs": "https://github.com/laravel/laravel",
"post-build": [
"cp .env.example .env",