Help me understand Accessories with Github Actions #1365
Unanswered
laitang2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having trouble finding an example of how best to handle Accessories with Github actions.
The action runs the command
kamal accessory boot all
It deploys the first time and then second run it Kamal complains that the container already exist for the accessory.
I don't want to manually run or update accessory seperate to the GitHub action, is there a command that will do the equivalent to the Deploy commands where it updates and starts automatically.
Or is it recommend I remove all Accessories and reboot all every time the action runs?
Beta Was this translation helpful? Give feedback.
All reactions