Skip to content

Instantly share code, notes, and snippets.

View stephan-strate's full-sized avatar
🎬
Action

Stephan Strate stephan-strate

🎬
Action
View GitHub Profile
@stephan-strate
stephan-strate / grav.php
Created July 25, 2022 16:42
Zero-downtime deployer grav recipe
<?php
namespace Deployer;
require_once 'recipe/common.php';
add('recipes', ['grav']);
add('shared_dirs', [
'user/accounts',