parent
69d38f02a5
commit
99ed57d43b
@ -18,4 +18,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: code.jamey.stream/jamey/action-requests-demo.jamey.stream:${{ gitea.sha }}
|
||||
tags: |
|
||||
code.jamey.stream/jamey/action-requests-demo.jamey.stream:${{ gitea.sha }}
|
||||
code.jamey.stream/jamey/action-requests-demo.jamey.stream:latest
|
||||
|
||||
@ -8,6 +8,13 @@ import Config
|
||||
config :action_requests_demo, ActionRequestsDemoWeb.Endpoint,
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Allow LiveView/WebSocket connections from the deployed host
|
||||
config :action_requests_demo, ActionRequestsDemoWeb.Endpoint,
|
||||
check_origin: [
|
||||
"https://action-requests-demo.jamey.stream",
|
||||
"//action-requests-demo.jamey.stream"
|
||||
]
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user