Not that --bundle is a Rails 7+ option

This commit is contained in:
David Heinemeier Hansson
2023-04-10 14:22:58 +02:00
committed by GitHub
parent 2146f6d0ec
commit f3e3196ce5

View File

@@ -20,7 +20,7 @@ gem install mrsk
alias mrsk='docker run --rm -it -v $HOME/.ssh:/root/.ssh -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}/:/workdir ghcr.io/mrsked/mrsk'
```
Then, inside your app directory, run `mrsk init` (or `mrsk init --bundle` within Rails apps where you want a bin/mrsk binstub). Now edit the new file `config/deploy.yml`. It could look as simple as this:
Then, inside your app directory, run `mrsk init` (or `mrsk init --bundle` within Rails 7+ apps where you want a bin/mrsk binstub). Now edit the new file `config/deploy.yml`. It could look as simple as this:
```yaml
service: hey