For a legacy Meteor project, we used to be doing git push to a bit bucket repository, and an automated workflow using CodeShip to kind of push the build to a heroku app.
Recently, we decided to move away from the BitBucket + Codeship workflow, to directly push from our local repository to the Heroku app. We therefore change the "remote" path of the repository from bitbucket to Heroku. But when we push, we face multiple "CERT_HAS_EXPIRED" errors that we have never seen before. Any experts here to share some some tips what could be wrong?
Type of problem
Failure to build
Summary
For a legacy Meteor project, we used to be doing git push to a bit bucket repository, and an automated workflow using CodeShip to kind of push the build to a heroku app.
Recently, we decided to move away from the BitBucket + Codeship workflow, to directly push from our local repository to the Heroku app. We therefore change the "remote" path of the repository from bitbucket to Heroku. But when we push, we face multiple "CERT_HAS_EXPIRED" errors that we have never seen before. Any experts here to share some some tips what could be wrong?
Contents of
.meteor/release
Buildpack version
Logs
Deployment target
Heroku