Skip to content

php script to deploy git repository directly to your server using Git Webhook

License

Notifications You must be signed in to change notification settings

silverbux/git-deploy-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

git-deploy-php

PHP to deploy git repository directly to your server using Git Webhook.

Basic usage:

http://yourdomain.com/deploy.php?pass=YOUR_PASSWORD

###Laravel Migrate

http://domain.com/deploy.php?pass=YOUR_PASSWORD&c=php artisan migrate

###Laravel Migrate and DB Seed

http://domain.com/deploy.php?pass=YOUR_PASSWORD&c=php artisan migrate,php artisan db:seed

About

php script to deploy git repository directly to your server using Git Webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages