Skip to content

Instantly share code, notes, and snippets.

@tslim
Created June 6, 2020 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tslim/f67ec2e587f766f663ce7a4ec84ea422 to your computer and use it in GitHub Desktop.
Save tslim/f67ec2e587f766f663ce7a4ec84ea422 to your computer and use it in GitHub Desktop.
scope "/" do
pipe_through [:browser, :admin_access]
live_dashboard "/admin/dashboard",
metrics: MyApp.Telemetry,
env_keys: ["RENDER_GIT_COMMIT"] # Depends on your infra setup
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment