kathytbui / viewing_party

Starter repo for a backend module 3 project.
0 stars 1 forks source link

Continuous Integration with Travis #21

Closed iandouglas closed 4 years ago

iandouglas commented 4 years ago

Go to https://travis-ci.org/ and set up your account.

Add the project to your repositories. You can do this from the main dashboard page by clicking the plus button next to My Repositories

Configure your API keys that are environment variables for the travis environment. You can find configuration for environment variables by selecting your repository from the Travis dashboard and clicking More Options -> Settings.

Configure deployment to Heroku by filling in the api_key and app variables in the .travis.yml file.

You can test that your Travis set up is working by pushing a commit to your repository. You should see a build triggered by the Travis dashboard. When the build is complete, you should see the change automatically deployed to Heroku.

ajtran303 commented 4 years ago

Hey, Kathy, we should figure out what Continuous Integration is all about. https://docs.travis-ci.com/user/for-beginners/

kathytbui commented 4 years ago

Hey AJ, I added the travis API key to the repo and pushed it up to the main branch. Let me know if you could see the build that was made.