Skip to content

Instantly share code, notes, and snippets.

@ysfks
ysfks / deploy.php
Created July 23, 2018 15:55
Sample config file for your Laravel project deployer (https://deployer.org/)
<?php
namespace Deployer;
// Project name
set('application', 'public_html');
set('default_stage', 'staging');
// Hosts
host('your_shortcut_for_your_ssh_in_sshconfig')