Skip to content

Commit 38b103d

Browse files
committed
fix Kamal secret
1 parent 9395cd4 commit 38b103d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ image: my-user/myapp
66

77
# Required for use of ASP.NET Core with Kamal-Proxy.
88
env:
9-
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
10-
SERVICESTACK_LICENSE: $SERVICESTACK_LICENSE
9+
clear:
10+
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
11+
secret:
12+
- SERVICESTACK_LICENSE
1113

1214
# Deploy to these servers.
1315
servers:

0 commit comments

Comments
 (0)