将Geddy部署到Heroku [英] Deploy Geddy to Heroku

查看:124
本文介绍了将Geddy部署到Heroku的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试部署一个简单的 Geddyjs (node.js)应用程序到 Heroku



当我推出一个回忆那个错误: / p>

git push heroku master

  Heroku接收推送
Heroku被拒绝,没有Cedar支持的应用程序检测到

我必须做的那个heroku检测nodejs应用程序?

解决方案

几个事情你做了这个为雪松你需要明确说这个(我相信你已经做到了这一点,这里是为了完整)



heroku create --stack cedar



确保您的package.json位于根目录



heroku有一篇很好的文章



你现在应该能够



git推英雄主人


I'm trying to deploy a simple Geddyjs (node.js) app to Heroku.

When I make a push a recive that error:

git push heroku master

Heroku receiving push
Heroku push rejected, no Cedar-supported app detected

What I have to do to that heroku detect the nodejs app?

解决方案

couple of things did you do this for cedar you need to explicitly say this (I am sure you have done this but here for completeness)

heroku create --stack cedar

ensure that your package.json is at the root

heroku have a good article on this

You should now be able to

git push heroku master

这篇关于将Geddy部署到Heroku的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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