Skip to content

Instantly share code, notes, and snippets.

@awatson1978
Created January 28, 2016 22:02
Show Gist options
  • Save awatson1978/0effd7d77f01522d5a00 to your computer and use it in GitHub Desktop.
Save awatson1978/0effd7d77f01522d5a00 to your computer and use it in GitHub Desktop.
Debugging/Configuring Circle CI
- add circle.yml to project
- delete GitHub repo CircleCI services
- delete GitHub repo deploy keys
- turn off Project Watching on Circle CI
Should now be in a default state.
- turn on Project Watching on Circle CI
- GitHub repo should now have a webhook to https://circleci.com/hooks/github
- check that Deploy Key exists
- add CircleCI service
- git commit
- git push
- add badge to readme
- add badge to packages list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment