biffbangpow/git-recipe

A Deployer recipe for a very simple git based deployment

Installs: 1 961

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/biffbangpow/git-recipe

2.0.1 2022-12-07 12:29 UTC

This package is auto-updated.

Last update: 2025-10-07 18:34:37 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