Replies: 1 comment 3 replies
-
@airtonix I haven't tried out this approach specifically but this blog post will probably give you some ideas(not mine) https://guillaumebriday.fr/deploying-review-apps-automatically-with-kamal-on-ci-cd#5-configuring-the-review-app-destination You should be able to utilize ruby and load in a |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment to static named environments (dev/stg/prod) I can understand since the configuration used for those would probably be separate kamal config files.
but what about dynamic named environments (aka preview environments), like the kind of thing you'd trigger from a PR ?
Example
config/deploy.previewyml
Then in github actions
I'm curious to know how people are thinking about approaching this scenario
Beta Was this translation helpful? Give feedback.
All reactions