forked from robur/blog.robur.coop
add update script
This commit is contained in:
parent
13062f1eac
commit
7097c88d3b
1 changed files with 6 additions and 0 deletions
6
update.sh
Executable file
6
update.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
opam exec -- dune exec src/blogger.exe -- push \
|
||||
-r git@git.robur.coop:robur/blog.robur.coop.git#gh-pages \
|
||||
--name "The Robur team" \
|
||||
--email team@robur.coop
|
Loading…
Reference in a new issue