Answer the question
In order to leave comments, you need to log in
How to make travis ci and heroku friends?
I am studying the topic of ci / cd, I did some time ago on this article for a test project. Everything worked until recently. Now errors are coming out and deploy is crashing.
No stash entries found.
API request failed.
Message: Invalid credentials provided.
Reference:
failed to deploy
language: node_js
node_js:
- 10
branches:
only:
- master
deploy:
provider: heroku
app: my-react-burger
api_key:
secure: HEROKU_API_KEY
after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
HEROKU_API_KEY
, $HEROKU_API_KEY
and even directly - it still crashes. Maybe that's not the point.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question