Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 20 days 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 protected],[email protected]" master`

_or_

- `*/5 * * * * cd /home/gitrepo && /usr/deploysh/tag.sh "my app" "[email protected],[email protected]"`