File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 DOCKER_BUILDKIT : 1
1717 KAMAL_REGISTRY_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
1818 KAMAL_REGISTRY_USERNAME : ${{ github.actor }}
19+ SERVICESTACK_LICENSE : ${{ secrets.SERVICESTACK_LICENSE }}
1920
2021jobs :
2122 release :
Original file line number Diff line number Diff line change 55# Option 1: Read secrets from the environment
66KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
77KAMAL_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)
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ image: my-user/myapp
66
77# Required for use of ASP.NET Core with Kamal-Proxy.
88env :
9- ASPNETCORE_FORWARDEDHEADERS_ENABLED : true
9+ clear :
10+ ASPNETCORE_FORWARDEDHEADERS_ENABLED : true
11+ secret :
12+ - SERVICESTACK_LICENSE
1013
1114# Deploy to these servers.
1215servers :
You can’t perform that action at this time.
0 commit comments