Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omrigan/flask-github-ci
Simple webservice on flask provides github webhooks docker-compose integration
https://github.com/omrigan/flask-github-ci
Last synced: about 1 month ago
JSON representation
Simple webservice on flask provides github webhooks docker-compose integration
- Host: GitHub
- URL: https://github.com/omrigan/flask-github-ci
- Owner: Omrigan
- Created: 2016-07-08T17:59:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T18:34:00.000Z (over 8 years ago)
- Last Synced: 2024-10-29T14:39:25.875Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
#Github docker CI
Simple script allows you to update your docker-compose project on every git push
##Installation
1. `git clone https://github.com/Omrigan/flask-github-ci/`
1. `cd flask-github-ci`
1. `pip3 install -r requirements.txt`
1. Change value of `directory` variable to locate root folder of your compose project
1. Change path in startup.sh and add it to startup (for example, in rc.local)
1. Set up github webhooks on 'push' event to yourdomain.com:8005
1. Execute startup.sh once