1
0
Fork 0

Improve yadm
continuous-integration/drone/push Build is passing Details

main
Ambrose Chua 2018-12-02 14:17:21 +08:00
parent 8a608a1bbb
commit cf73c92ba2
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
.ssh/id_*
.kube/config
.mc/config.json

View File

@ -12,7 +12,7 @@ Just storing dotfiles in a repository isn't enough. This is almost all the tools
```sh
docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.makerforce.io/ambrose/env
yadm clone https://github.com/serverwentdown/env.git
yadm clone git@github.com:serverwentdown/env.git
yadm decrypt
```