Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Auto deploy a PHP app with cron, bash, git and composer.
- Host: GitHub
- URL: https://github.com/mattmezza/deploysh
- Owner: mattmezza
- Created: 2019-04-11T00:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T00:58:24.000Z (over 5 years ago)
- Last Synced: 2024-11-02T23:22:49.200Z (2 months ago)
- Topics: bash, branch, composer, cron, deploy, git, php, tags
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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]"`