I've been trying to deploy wordpress onto a heroku app using the tutorial @
<a href="http://decielo.com/articles/350/wordpress-on-heroku-up-and-running" rel="nofollow">http://decielo.com/articles/350/wordpress-on-heroku-up-and-running</a>
Everything works fine and dandy until...
Also, for reference
and this too...
what's going on?
<a href="http://decielo.com/articles/350/wordpress-on-heroku-up-and-running" rel="nofollow">http://decielo.com/articles/350/wordpress-on-heroku-up-and-running</a>
Everything works fine and dandy until...
Code:
18:25:53-~/code/abc_wordpress$ git push production master
Counting objects: 1080, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1058/1058), done.
Writing objects: 100% (1080/1080), 4.48 MiB | 174 KiB/s, done.
Total 1080 (delta 66), reused 0 (delta 0)
-----> Heroku receiving push
! Heroku push rejected, no Cedar-supported app detected
To [email protected]:abc_wordpress.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:abc_wordpress.git'
Also, for reference
Code:
18:25:50-~/code/abc_wordpress$ git remote -v
production [email protected]:abc_wordpress.git (fetch)
production [email protected]:abc_wordpress.git (push)
and this too...
Code:
18:21:48-~/code/abc_wordpress$ heroku config
=== abc_wordpress Config Vars
CLEARDB_DATABASE_URL: mysql://...
DATABASE_URL: mysql://...
what's going on?