We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adeeb4 commit 653af6aCopy full SHA for 653af6a
.kamal/secrets
@@ -5,6 +5,7 @@
5
# Option 1: Read secrets from the environment
6
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
7
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
8
+SERVICESTACK_LICENSE=$SERVICESTACK_LICENSE
9
10
# Option 2: Read secrets via a command
11
# RAILS_MASTER_KEY=$(cat config/master.key)
config/deploy.yml
@@ -6,7 +6,10 @@ image: my-user/myapp
# Required for use of ASP.NET Core with Kamal-Proxy.
env:
- ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
+ clear:
+ ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
+ secret:
12
+ - SERVICESTACK_LICENSE
13
14
# Deploy to these servers.
15
servers:
0 commit comments