webtechnick / deploy

CakePHP Deploy Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy plugin to deploy applicaitons.

Documentation on Plugin#

Create tag

$ cake deploy tag

OR

List tags, to ensure you create the correct tag

$ git tag -ln

Create tag

$ git tag -a "v1.13.20" -m "custom message"

Send tags out (push tags)

$ git push --tags

Deploy to pull new tag onto server

cake deploy <app> <environment> <tag>

$cake deploy hh prod v1.12.20

Cleanup, deleting old tags

$ cake deploy delete_tag v1.12.19

OR

$ git tag -d v1.12.19

$ git push origin :v1.12.19

About

CakePHP Deploy Plugin


Languages

Language:PHP 100.0%