Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1 adding webhook support #5

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ZobairQ
Copy link

@ZobairQ ZobairQ commented Oct 17, 2020

Problem Description

There were several problems with the current state of the script.

  • There was a mismatch between the image and the Dockerfile. The Dockerfile would not be built and run locally
  • The documentation was a little behind the time using docker-compose 2
  • The script synced every X seconds and had no webhook support

Solution

  • Dockerfile updated and can now run locally
  • The documentation is now updated
    • Table of content added
    • docker-compose updated to version 3
  • Script updated to actually be able to have webhooks and only pulls when there has been pushed something to the repo.

- Webhook flag is int like in ANSI-C
- it starts listening for requests on /
- I updated the documentation
- I have corrected the errors in the compose example
- Even more refactor on the documentation and better navigation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant