Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Deployer;
require 'recipe/common.php';
set('bin/console', '{{bin/php}} {{release_or_current_path}}/bin/console');
set('default_timeout', 3600); // Increase when tasks take longer than that.
// These files are shared among all releases.