File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -118,5 +118,17 @@ Kamal supports extensive configuration options including "accessories" for addit
118118
119119# # Troubleshooting
120120
121+ # ## Initial deployment fails
122+
121123If 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.
You can’t perform that action at this time.
0 commit comments