mateusluizfb / crawley-ex

An elixir app that fetches repos across the Github catalog
4 stars 2 forks source link

Configure circle CI for CI and CD (to hex.pm) #11

Closed rodriggochaves closed 4 years ago

rodriggochaves commented 4 years ago

Hello!

This PR mainly added the .circleci/config.yml. To everything works correctly, you need to do some setup before merge this PR:

  1. add this project to your account in https://circleci.com
  2. create your account in https://hex.pm doing: 2.1. run $ mix hex.user register and finish creating your account; 2.2. run $ mix hex.user key generate to generate a private key; 2.3. store this key in Circle CI enviroment variables as HEX_API_KEY.

Also, I fixed one test that was breaking.

Closes #4

mateusluizfb commented 4 years ago

Thanks for the contribution! :)