2014-03-13 1 views
1

헤로 쿠에게 play2-yeoman을 넣으려고합니다. 바와 같이 here 논의, 내가 Heroku가가 나는 갈래 buildpack 보았다헤 루쿠에 play2 yeoman 앱을 푸시

Creating frozen-springs-5883... done, stack is cedar 
BUILDPACK_URL=https://github.com/47deg/heroku-buildpack-scala.git 
http://frozen-springs-5883.herokuapp.com/ | [email protected]:frozen-springs-5883.git 

다음 내가 볼 https://github.com/47deg/heroku-buildpack-scala.git

을 다음

  1. 을 --buildpack 창조 하셨 는가, 그것은라는 변수를 사용 $ {UI_FILES}, 그래서 heroku 설정에 추가했습니다.

    heroku config:set UI_FILES=ui 
    

    그러나 나는 Heroku's devcenter에 따르면, 다음 명령을 실행하여 재생이 buildpack를 사용하여 구축 Heroku가 강제 할 수

    Initializing repository, done. 
    Counting objects: 889, done. 
    Delta compression using up to 4 threads. 
    Compressing objects: 100% (367/367), done. 
    Writing objects: 100% (889/889), 1.24 MiB | 2.17 MiB/s, done. 
    Total 889 (delta 312), reused 845 (delta 294) 
    
    -----> Fetching custom git buildpack... done 
    
    !  Push rejected, no Cedar-supported app detected 
    
    To [email protected]:frozen-springs-5883.git 
    ! [remote rejected] master -> master (pre-receive hook declined) 
    error: failed to push some refs to '[email protected]:frozen-springs-5883.git' 
    

답변

1

오류 메시지가 다음 내가 얻을 밀어하려고하면

heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-scala.git 
+0

을 이봐, 먼저 고마워. 문제에 대한 자세한 정보를 추가했습니다. 전에 본 적 있어요? – smk

+0

당신을 진심으로 환영합니다. 전에이 문제를 본 적이 없습니다. – Peter