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 e02b350 commit 0cc48b4Copy full SHA for 0cc48b4
content/docs/deployments.mdx
@@ -57,7 +57,7 @@ The only secret that needs to be configured per App is:
57
gh secret set KAMAL_DEPLOY_HOST <www.example.org>
58
```
59
60
-You could register any App-specifc secrets here, althouth our preference is instead of polluting each
+You could register any App-specifc secrets here, although our preference is instead of polluting each
61
GitHub Reposity with multiple App-specific GitHub Action Secrets, you can save all your secrets in a single
62
`APPSETTINGS_PATCH` GitHub Action Secret to patch `appsettings.json` with environment-specific configuration
63
using [JSON Patch](https://jsonpatch.com). E.g:
0 commit comments