Hello, this is my first time trying to deploy a Phoenix app to Railway (https://railway.com/).
I followed this guide Deploy a Phoenix App | Railway Docs and used the CLI to trigger deploy.
I am seeing the following error:
[10/12] RUN mix compile
Unchecked dependencies for environment prod:
* heroicons (https://github.com/tailwindlabs/heroicons.git - v2.1.1)
lock outdated: the lock is outdated compared to the options in your mix.exs. To fetch locked version run "mix deps.get"
** (Mix) Can't continue due to errors on dependencies
✕ [10/12] RUN mix compile
process "/bin/bash -ol pipefail -c mix compile" did not complete successfully: exit code: 1
Strangely mix compile
works on local. I am looking for guidance on how to deploy this app. I am using SQLite for local development and wanna use Postgres for Prod.
Thank you for your help