File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem install kamal
14
14
...otherwise, you can run a dockerized version via an alias (add this to your .bashrc or similar to simplify re-use). On macOS, use:
15
15
16
16
``` sh
17
- alias kamal=" docker run -it --rm -v ' ${PWD} :/workdir' -v ' /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock' -e SSH_AUTH_SOCK=' /run/host-services/ssh-auth.sock' -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/basecamp/kamal:latest"
17
+ alias kamal=' docker run -it --rm -v " ${PWD}:/workdir" -v " /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock" -e SSH_AUTH_SOCK=" /run/host-services/ssh-auth.sock" -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/basecamp/kamal:latest'
18
18
```
19
19
20
20
Then, inside your app directory, run ` kamal init ` . Now edit the new file ` config/deploy.yml ` . It could look as simple as this:
You can’t perform that action at this time.
0 commit comments