7 lines
200 B
Bash
Executable file
7 lines
200 B
Bash
Executable file
#!/bin/sh
|
|
|
|
opam exec -- dune exec bin/push.exe --
|
|
-r git@git.robur.coop:robur/blog.robur.coop.git#gh-pages \
|
|
--host https://blog.robur.coop \
|
|
--name "The Robur team" \
|
|
--email team@robur.coop
|