Skip to content

Instantly share code, notes, and snippets.

@bourroush
Created November 18, 2013 14:53
Show Gist options
  • Save bourroush/7529062 to your computer and use it in GitHub Desktop.
Save bourroush/7529062 to your computer and use it in GitHub Desktop.
➜ mediaexperts-refinery git:(staging) bundle exec rake staging deploy:force
git update-ref refs/heroku_san/deploy HEAD
git push git@heroku.com:mediaexperts-staging.git --force refs/heroku_san/deploy:refs/heads/master
Everything up-to-date
git update-ref -d refs/heroku_san/deploy
heroku rake --app mediaexperts-staging db:migrate
! The requested API endpoint was not found. Are you using the right HTTP verb (i.e. `GET` vs. `POST`), and did you specify your intended version with the `Accept` header?
rake aborted!
Command failed with status (1): [heroku rake --app mediaexperts-staging db:...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment