You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
I've successfully deployed my app on my homelab running kamal 2 from my laptop.
Now, I want to set up CircleCI to handle deployments, but the process fails due to missing secrets. I don’t want CircleCI to have access to my secrets. Instead, I’d like it to simply build an image and replace the running one if all tests pass.
Is this possible, or does kamal deploy always require access to secrets?
Thx !
NB: when I SSH into my host, I can see that ~/.kamal/apps/myapp/env/roles/web.env already contains all the secrets.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello !
I've successfully deployed my app on my homelab running kamal 2 from my laptop.
Now, I want to set up CircleCI to handle deployments, but the process fails due to missing secrets. I don’t want CircleCI to have access to my secrets. Instead, I’d like it to simply build an image and replace the running one if all tests pass.
Is this possible, or does
kamal deploy
always require access to secrets?Thx !
NB: when I SSH into my host, I can see that
~/.kamal/apps/myapp/env/roles/web.env
already contains all the secrets.Beta Was this translation helpful? Give feedback.
All reactions