Initial commit
This commit is contained in:
commit
7a09097e5e
68 changed files with 6446 additions and 0 deletions
5
deploy.sh
Executable file
5
deploy.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p hugo
|
||||
|
||||
hugo
|
||||
rsync -r ./public/ root@storage1.banditlair.com:/var/lib/website-marie
|
||||
Loading…
Add table
Add a link
Reference in a new issue