Replies: 1 comment 1 reply
-
|
I had the same issue. remove username in server name: instead of it couldn't find roles for the host named as kamal/lib/kamal/commander/specifics.rb Lines 17 to 19 in 69867e2 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to kamal setup on my server for my application and I noticed while doing kamal setup / deploy the it is not starting my docker application container from the newly built image.
This is the log:
If you see the log it first runs the kamla-proxy container then it tags the latest image.
After this step, I assume kamal should build and run the image and start the container.
But as the step is missing, it goes to prune the images and prunes the latest image as there is no container running with that image.
Would be of great help if someone knows why this is happening?
Here's how my deploy.yml file format looks currently.
Beta Was this translation helpful? Give feedback.
All reactions