We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1927924 commit 2c0134dCopy full SHA for 2c0134d
2 files changed
.kamal/secrets
@@ -5,6 +5,8 @@
5
# Option 1: Read secrets from the environment
6
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
7
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
8
+
9
+COMFY_DB_CONNECTION=$COMFY_DB_CONNECTION
10
POSTGRES_PASSWORD=$POSTGRES_PASSWORD
11
12
# Backup service secrets
config/deploy.yml
@@ -9,6 +9,8 @@ image: servicestack/ubixar.com
env:
clear:
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true # Required for use of ASP.NET Core with Kamal-Proxy.
+ secret:
13
+ - COMFY_DB_CONNECTION
14
15
# Deploy to these servers.
16
servers:
0 commit comments