Skip to content

bmake/gitDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

gitDeploy

Php Script for deployment of an github repository when a commit is made. Upload via (s)ftp to a remote server is handeled by PHPloy.

Requirments

Example phploy.ini

	[production]
    scheme = sftp
    user = "username"
    pass = "password"
    host = "server.local"
    path = "/path/to/folder/"
    port = 22
    permissions = 0777

    include[] = 'bower_components'

    pre-deploy[] = "composer update"
    pre-deploy[] = "bower update"

    logger = "on"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages