When trying to deploy to heroku all the steps pass successfully until the "Run scripts & scale dynos" step which fails with the error Postdeploy execution timed out
Unfortunately that's all I see displayed in the heroku UI.
Please tell me if you know how I can give you more details or help fix this in any other way.
Sorry you encounter this error. I'm going to check this and see why Heroku's deployment has problems (again).
Also getting Postdeploy execution timed out error, also provides the tail of the output:
```fatal: Not a git repository (or any parent up to mount point /app)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
```
It looks like it's timing out at the terminal setup prompt?
@Vici37 ohhh it's true I haven't tested this with the new way of setting up Monica on Heroku. We should take a look at this and probably do a special command line for Heroku to prevent asking questions during setup.
I have found a workaround to create a default user ([email protected] / admin) with setup:production.
You can test by following this link:
https://heroku.com/deploy?template=https://github.com/monicahq/monica/tree/bugs/705-fix-heroku-deploy
But another error is happening:
heroku.log
This is linked to #781
Most helpful comment
Sorry you encounter this error. I'm going to check this and see why Heroku's deployment has problems (again).