biffbangpow / git-recipe
A Deployer recipe for a very simple git based deployment
Installs: 1 929
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- deployer/deployer: ^7.0
This package is auto-updated.
Last update: 2024-10-07 16:15:12 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