Sam
Sam
Hi there, thanks for this plugin! I was wondering if it's possible to define a default locale or if you have plans to implement something like that. Or are there...
Hey there 👋 We're using a monorepo and gems get included in the apps via path (e.g. `gem 'mygem', path: '../mygem'`). As Docker limits everything to the context (default `.`),...
Hey 👋 MRSK always builds the image from the local tree when deploying. Ideally, we want to build our images on CI and then deploy them locally with passing the...
This adds tests for all CLI commands in `cli/main.rb`. It also includes a monkey-patch for `SSHKit` to make `run_locally` use the printer backend too as `SSHKit.config.backend` only applies to remote...
When running `mrsk remove -d destination` on current `main`, I got errors for the following commands: ``` docker ps --quiet --filter label=service=koleo label=destination=staging | xargs docker stop docker container prune...
This adds tests for `Mrsk::Utils`.
Docker supports a variety of logging drivers, such as `json-file`, `awslogs`, and `fluentd`. Some of them, like `awslogs` or `fluentd`, can push logs directly to a external service. In our...