An open API service indexing awesome lists of open source software.

https://github.com/mattmezza/deploysh

Auto deploy a PHP app with cron, bash, git and composer.
https://github.com/mattmezza/deploysh

bash branch composer cron deploy git php tags

Last synced: 2 months ago
JSON representation

Auto deploy a PHP app with cron, bash, git and composer.

Awesome Lists containing this project

README

          

deploysh
=====

### crontab

- `crontab -e`
- `*/5 * * * * cd /home/gitrepo && /usr/deploysh/branch.sh "my app" "email@gmail.com,other@guy.people" master`

_or_

- `*/5 * * * * cd /home/gitrepo && /usr/deploysh/tag.sh "my app" "email@gmail.com,other@guy.people"`