Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Integration with Travis CI #44

Open
dionew1 opened this issue Sep 10, 2020 · 0 comments
Open

Continuous Integration with Travis CI #44

dionew1 opened this issue Sep 10, 2020 · 0 comments
Labels
chore Part of initial setup Core Core project requirement

Comments

@dionew1
Copy link
Contributor

dionew1 commented Sep 10, 2020

Go to https://travis-ci.com/ 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.

@dionew1 dionew1 added chore Part of initial setup Core Core project requirement labels Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Part of initial setup Core Core project requirement
Projects
None yet
Development

No branches or pull requests

1 participant