Add a stage branch deploy beside production on z00.
Pushing stage runs CI and deploys to stage.transcribe.z00.nu with its own data, Reverb credentials, and Caddy network.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="reverb-key" content="{{ config('reverb.client.key') }}">
|
||||
<meta name="reverb-host" content="{{ config('reverb.client.host') }}">
|
||||
<meta name="reverb-port" content="{{ config('reverb.client.port') }}">
|
||||
<meta name="reverb-scheme" content="{{ config('reverb.client.scheme') }}">
|
||||
|
||||
<title>
|
||||
{{ filled($title ?? null) ? $title.' — '.config('app.name', 'AndyTranscribe') : config('app.name', 'AndyTranscribe') }}
|
||||
|
||||
Reference in New Issue
Block a user