biffbangpow/git-recipe

A Deployer recipe for a very simple git based deployment

Maintainers

Package info

github.com/BiffBangPow/GitRecipe

pkg:composer/biffbangpow/git-recipe

Statistics

Installs: 1 965

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.1 2022-12-07 12:29 UTC

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