VividCortex / heroku-buildpack-vividcortex

Heroku Buildpack to run VividCortex Agents in a Dyno
MIT License
0 stars 2 forks source link

Deploy error #3

Closed attilaolah closed 9 years ago

attilaolah commented 9 years ago

I created a sample app, just like the readme.md suggests, but I'm getting the following error when trying to deploy (there's no code, just the Procfile):

dhcppc3 git:master /tmp/vc-agents $ hk set BUILDPACK_URL=git://github.com/VividCortex/heroku-buildpack-vividcortex
Set env vars and restarted fathomless-ravine-2288.
dhcppc3 git:master /tmp/vc-agents $ git push heroku master
Counting objects: 3, done.
Writing objects: 100% (3/3), 248 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Fetching custom git buildpack... done
remote: -----> VividCortex Agent Buildpack app detected
remote: Create agent directories
remote: cp: cannot stat ‘/tmp/build_e0cfca439d8934680e8d1745793d8b86/extra/vc-start’: No such file or directory
remote: 
remote:  !     Push rejected, failed to compile VividCortex Agent Buildpack app
remote: 
remote: Verifying deploy....
remote: 
remote: !       Push rejected to fathomless-ravine-2288.
remote: 
To git@heroku.com:fathomless-ravine-2288.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:fathomless-ravine-2288.git'
attilaolah commented 9 years ago

Fixed in #4.