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

Setup Travis CI #8

Closed
ckccameron opened this issue Oct 28, 2020 · 1 comment
Closed

Setup Travis CI #8

ckccameron opened this issue Oct 28, 2020 · 1 comment
Assignees
Labels
chore Usually related to project setup, code cleanup, etc. mvp Task is essential to completing MVP for the project setup Project setup task - i.e. database setup, model creation, etc.

Comments

@ckccameron
Copy link
Contributor

Go to https://travis-ci.org/ and set up the account, if you haven’t already before.

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.

@ckccameron ckccameron added chore Usually related to project setup, code cleanup, etc. mvp Task is essential to completing MVP for the project setup Project setup task - i.e. database setup, model creation, etc. labels Oct 28, 2020
@TravisGM92
Copy link
Contributor

This was done last night with @PhilipDeFraties and I

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Usually related to project setup, code cleanup, etc. mvp Task is essential to completing MVP for the project setup Project setup task - i.e. database setup, model creation, etc.
Projects
None yet
Development

No branches or pull requests

3 participants