<?php

include 'Platformsh.php';
$platformSh = new Platformsh();
$platformSh->build();
<?php

include 'Platformsh.php';
$platformSh = new Platformsh();
$platformSh->deploy();