Skip to content

Commit cc132aa

Browse files
committed
Add more troubleshooting for kamal.
1 parent 74e02db commit cc132aa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

MyApp/_pages/kamal-deploy.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,17 @@ Kamal supports extensive configuration options including "accessories" for addit
118118

119119
## Troubleshooting
120120

121+
### Initial deployment fails
122+
121123
If you are having issues with the initial deployment, an earlier bootstrap of the server via GitHub Actions may have failed.
122-
Delete the `.<app-name>` file in your deployment user's home directory and re-run the GitHub Actions workflow to re-bootstrap the server.
124+
Delete the `.<app-name>` file in your deployment user's home directory and re-run the GitHub Actions workflow to re-bootstrap the server.
125+
126+
### Missing the service label
127+
128+
If you are getting:
129+
130+
```
131+
Image ghcr.io/netcoreapps/northwindauto:latest is missing the 'service' label
132+
```
133+
134+
Ensure that your AppHost csproj file has `ContainerLabel` with the value matching the `service` in your `deploy.yml` file.

0 commit comments

Comments
 (0)