Closed perteraul closed 5 years ago
I now got an email from Heroku saying that
Release phase command failed to execute
A deployment for wk-translate failed due to a release phase command in release v6. To inspect the failure, check your release phase log in the dashboard or run 'heroku releases:output v6' in the CLI.If you wish to retry the release, you can use the release retry CLI plugin.
@simonprev, any help would be highly appreciated...
@perteraul I just updated the repo with some fixes. The only remaining issue is the postgresql extension pg_trm
that needs to be install before the DB migration are executed.
I juste tested the "Deploy" button and it works:
DATABASE_URL
config, to see the app you can go to the Heroku web dashboard or use the CLI: `heroku config --app your-app-nameDATABASE_URL
config to connect to the database your a postgresql client (postico, tableplus, pgadmin, psql…)CREATE EXTENSION pg_trgm
The Deploy should finish by making the "release" script which execute the migrations.
That’s it! I plan on modifying the migrations file to execute the "create extension" automatically, but for now you need to follow the steps.
That did it, thanks!
For those searching the DATABASE_URL
, after pushing the Deploy button, go to your Heroku Dashboard, click on the app you just created and go to Settings. There, you should click on "Reveal variables" and you'll see the DATABASE_URL
. Took me a bit to find it.
I'm trying to deploy Accent on Heroku - and the builder fails after 5-6 minutes, looking like this.
My Google Oauth key was generated and set.
Here's the log: