Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
470 views
in Technique[技术] by (71.8m points)

git - Heroku: how to wait for latest build and show it's result/log using deploy via GitHub?

When using Heroku's regular git deployment with git push heroku master a nice, concise and helpful build and release status is displayed, and a correct return value is returned from git.

Using GitHub integration this feature is not available - and heroku logs needs to be used.

Similar platforms has a CLI command to monitor releases via git (i.e. netlify watch).

I am looking for something like:

git push && heroku releases:watch

(The relases:watch command does not exist, this is just an example....)

Is there a simple way to achieve this?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...