Praisebetoscience/dockerhub-webhook

View on GitHub
config.py.example

Summary

Maintainability
Test Coverage
####
# config.py.example

# Copy this file to config.py, then update APIKEY and HOOKS.

# env $DOCKERHOOK_TOKEN overrides this.
APIKEY = 'secret'

# Add your script using the name of your repository as the key
HOOKS = {'testpush': 'scripts/test.sh'}