Skip to content

webtechnick/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages