Skip to content

Instantly share code, notes, and snippets.

@vampaynani
Last active November 9, 2017 08:07
Show Gist options
  • Save vampaynani/bde17c849ec615e9bd5203621c26ca0c to your computer and use it in GitHub Desktop.
Save vampaynani/bde17c849ec615e9bd5203621c26ca0c to your computer and use it in GitHub Desktop.
Some of my windows 10 students are having troubles with Heroku deployment using `travis setup heroku`, they are receiving a `Path not found` error and nothing works. To solve it we did the next steps(all from git bash inside the project folder).
1. `travis encrypt $(heroku auth:token) --add deploy.api_key`
2. inside `deploy:` add `provider:heroku` before `api_key: ...`
3. inside `deploy:` after `api_key` add `app: <name_of_the_heroku_app>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment