如何更新heroku上的应用程序 [英] how to update application on heroku

查看:84
本文介绍了如何更新heroku上的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对heroku很陌生。
我创建了一个非常简单的rails应用程序,并将其部署到heroku。



我如何将更改提交给git?


您需要执行:

  git add。 
git commit -m更新了页眉和页脚
git push heroku master


I am new to heroku. I created a very simple rails app, and deployed it to heroku.

how can I commit the changes to git?

解决方案

You need to perform:

git add .
git commit -m "updated the header and footer"
git push heroku master

这篇关于如何更新heroku上的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆