remote rejected master -> master (pre-receive hook declined)
First try to pull your master from heroku.
$ git pull heroku master
and then push it again. If you are still getting the same error then push your code with force
$ git push heroku master -f