biffbangpow/git-recipe

一个基于git的简单部署的Deployer配方

2.0.1 2022-12-07 12:29 UTC

This package is auto-updated.

Last update: 2024-09-07 16:03:46 UTC


README

一个基于git的简单部署的Deployer配方

使用composer安装

composer require biffbangpow/git-recipe

用法

# deploy.php

namespace Deployer;

require 'vendor/biffbangpow/git-recipe/git-recipe.php';
$ vendor/bin/dep git:checkout --tag=1.0.0

或者

$ vendor/bin/dep git:checkout --branch=master