Why creating application is failing?
I want to create an app following the url from a github project but heroku throws error:
https://heroku.com/deploy?template=https://github.com/ibandominguez/wordpress-heroku
failed to push to heroku despit having all necessary files
$ ls Procfile __pycache__/ app.py database.py db instance/ migrations/ requirements.txt runtime.txt static/ templates/ tests/ ADMIN@DESKTOP-8CEKMLK MINGW64 ~/HarmonyHub/myapp (main) $ git push heroku main –force Enumerating objects: 352, done. Counting objects: 100% (352/352), done. Delta compression using up to 4 threads Compressing objects: 100% (292/292), done. Writing objects: 100% (352/352), 15.17 MiB | 19.30 MiB/s, done. […]