biffbangpow / git-recipe
A Deployer recipe for a very simple git based deployment
2.0.1
2022-12-07 12:29 UTC
Requires
- deployer/deployer: ^7.0
This package is auto-updated.
Last update: 2026-03-07 19:18:54 UTC
README
A Deployer recipe for a very simple git based deployment
Install with composer
composer require biffbangpow/git-recipe
Usage
# deploy.php
namespace Deployer;
require 'vendor/biffbangpow/git-recipe/git-recipe.php';
$ vendor/bin/dep git:checkout --tag=1.0.0
OR
$ vendor/bin/dep git:checkout --branch=master