Skip to content

Instantly share code, notes, and snippets.

View tyte's full-sized avatar
🐿️

Ieva Sargautyte tyte

🐿️
View GitHub Profile
@khromov
khromov / deploy.php
Last active March 10, 2020 15:27
Deploying WordPress with Deployer 4
<?php
namespace Deployer;
require 'recipe/common.php';
set('ssh_type', 'native');
set('ssh_multiplexing', true);
// Set configurations
set('repository', 'git@github.com:user/repo.git');