I am trying to deploy my application running in Play Framework 2.2.2 to Heroku using "git push heroku master". My application directory contains all the project files and directories created using the game. -.idea -.idea_modules -.settings -application -conf -logs -project -public -target -control work -web -build.sbt
Here is what I get:
[info] Resolving org.seleniumhq.selenium#selenium-parent;2.32.0 ...
[info] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.32.0
.
[info] Resolving org.seleniumhq.selenium#selenium-parent;2.32.0 ...
! Timed out compiling Play 2.x - Java app (15 minutes)
! See https:
To git@heroku.com:warm-escarpment-8855.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:warm-escarpment-8855.git'
I also do not know how to use .slugignore, where to place it, important files are important or not.
Can someone help me? Thanks in advance!
source
share