Closed arcanemachine closed 1 year ago
@arcanemachine thanks very much for opening this issue to remind us that Heroku (Salesforce.com) killed their "Free Tier" ...
New Fly.io Org created: https://fly.io/dashboard/dwyl-phoenix-liveview-counter
Keeping this here for later: https://github.com/dwyl/phoenix-liveview-counter-tutorial/blob/8a1f024a026c21c2b92de78e7e2ca0fa6853f0e5/mix.exs
deps: deps(),
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [
c: :test,
coveralls: :test,
"coveralls.detail": :test,
"coveralls.json": :test,
"coveralls.post": :test,
"coveralls.html": :test,
t: :test
]
defp aliases do
[
setup: ["deps.get"],
"assets.deploy": ["tailwind default --minify", "esbuild default --minify", "phx.digest"],
t: ["test"],
c: ["coveralls.html"],
s: ["phx.server"]
]
end
PR: #167 contains this update. ✅
@arcanemachine thanks again for taking the time to open this issue. ❤️
The URL associated with this project is https://live-view-counter.herokuapp.com/ but the app does not exist.
Todo
GIF
) inREADME.md
: https://github.com/dwyl/phoenix-liveview-counter-tutorial/blob/473c48e6a7b99279633cc770b01e1c1ce86258b8/README.md?plain=1#L14-L18