Skip to content

Commit 58fa6c0

Browse files
committed
Now we have a deploy script
1 parent 8c5dfb7 commit 58fa6c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deploy.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
set -x
4+
5+
make html
6+
rsync -avzP --delete "$PWD"/_build/html/. [email protected]:.
7+

0 commit comments

Comments
 (0)