Skip to content

Instantly share code, notes, and snippets.

View kaz231's full-sized avatar

Kamil Zajac kaz231

  • LiveChat
  • Wroclaw, PL
View GitHub Profile
@kaz231
kaz231 / gist:fadfc22aee7ea5dede6870029baff01b
Created December 6, 2016 11:17
Building of symfony project using deployer - example
<?php
namespace Deployer;
require 'recipe/symfony3.php';
set('build_dir', dirname(__FILE__).'/build/');
set('build_branch', 'master');
set('bin/console', '{{ build_dir }}bin/console');
set('files_to_remove', [