Skip to content

Commit 2c0134d

Browse files
committed
Add COMFY_DB_CONNECTION secret/env
1 parent 1927924 commit 2c0134d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.kamal/secrets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# Option 1: Read secrets from the environment
66
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
77
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
8+
9+
COMFY_DB_CONNECTION=$COMFY_DB_CONNECTION
810
POSTGRES_PASSWORD=$POSTGRES_PASSWORD
911

1012
# Backup service secrets

config/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ image: servicestack/ubixar.com
99
env:
1010
clear:
1111
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true # Required for use of ASP.NET Core with Kamal-Proxy.
12+
secret:
13+
- COMFY_DB_CONNECTION
1214

1315
# Deploy to these servers.
1416
servers:

0 commit comments

Comments
 (0)