Skip to content

Commit 9395cd4

Browse files
committed
Add SERVICESTACK_LICENSE to container
1 parent 53427cb commit 9395cd4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.kamal/secrets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Option 1: Read secrets from the environment
66
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
77
KAMAL_REGISTRY_USERNAME=$KAMAL_REGISTRY_USERNAME
8+
SERVICESTACK_LICENSE=$SERVICESTACK_LICENSE
89

910
# Option 2: Read secrets via a command
1011
# RAILS_MASTER_KEY=$(cat config/master.key)

config/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ image: my-user/myapp
77
# Required for use of ASP.NET Core with Kamal-Proxy.
88
env:
99
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
10+
SERVICESTACK_LICENSE: $SERVICESTACK_LICENSE
1011

1112
# Deploy to these servers.
1213
servers:

0 commit comments

Comments
 (0)