Back to Deployer

Push Recipe

docs/recipe/deploy/push.md

8.0.3520 B
Original Source
<!-- DO NOT EDIT THIS FILE! --> <!-- Instead edit recipe/deploy/push.php --> <!-- Then run bin/docgen -->

Push Recipe

php
require 'recipe/deploy/push.php';

Source

Tasks

push {#push}

Source

Pushes local changes to remote host.

Creates patch of local changes and pushes them on host. And applies to current_path. Push can be done many times. The task purpose to be used only for development.