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 9395cd4 commit 38b103dCopy full SHA for 38b103d
config/deploy.yml
@@ -6,8 +6,10 @@ image: my-user/myapp
6
7
# Required for use of ASP.NET Core with Kamal-Proxy.
8
env:
9
- ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
10
- SERVICESTACK_LICENSE: $SERVICESTACK_LICENSE
+ clear:
+ ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
11
+ secret:
12
+ - SERVICESTACK_LICENSE
13
14
# Deploy to these servers.
15
servers:
0 commit comments