I use concourse to automate,
- Use README for GitHub Webpage
- Alert me of the progress via repo status and slack
The concourse pipeline.yml shows the entire ci flow,
Concourse Jobs and Tasks
job-readme-github-pagesruns task task-readme-github-pages.yml that kicks off shell script readme-github-pages.sh
Concourse Resources
my-php-containersuses a resource type docker-image to PULL a repo from githubresource-slack-alertuses a resource type docker image that will notify slack on your progressresource-repo-statususes a resource type docker image that will update your git status for that particular commit
