英文:
In a Heroku pipeline that's connected to Github, is it possible to configure automatic deployments from the heroku cli? what about manual deployments?
问题
以下是翻译好的部分:
"Is it possible to do it from the Heroku CLI?" 可以从Heroku CLI 进行吗?
英文:
I'm referring to the actions of setting an automatic deploy or triggering a manual deploy in this UI:
Is it possible to do it from the Heroku CLI?
答案1
得分: 0
通过API或Heroku CLI命令,这也是不可能的。这已经得到了与Heroku客户支持的确认。
我无法回避这个事实,这个答案本质上与另一个问题的答案相同,一个关注API,一个关注CLI,在这两种情况下都是不可能的。我之所以添加这个答案,是因为有人告诉我不允许在两个问题上发布相同的答案。这两个问题不同,但它们都是不可能的,所以它们有相同的答案。
英文:
Like through the API, through the Heroku CLI command, this is also impossible. This was confirmed talking to Heroku's customer support.
I can't avoid the fact that this answer is essentially the same as the answer to the other question, one was focusing on the API and one was focusing on the CLI, and in both cases it's impossible. I'm adding this because I was told I'm not allowed to post the same answer to two questions. The two questions are different, but they are both impossible, so they have the same answer.
Here's the other question in case you are curious: https://stackoverflow.com/questions/76279468/in-a-heroku-pipeline-thats-connected-to-github-is-it-possible-to-configure-aut
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论