update deploy script

This commit is contained in:
anna 2021-02-25 22:09:57 +01:00
parent d37b46ff06
commit d1b8e1e74e
Signed by: fef
GPG key ID: EC22E476DC2D3D84
2 changed files with 3 additions and 1 deletions

View file

@ -23,3 +23,5 @@ exclude:
- Gemfile
- Gemfile.lock
- deploy.sh
- README.md
- LICENSE

View file

@ -1,7 +1,7 @@
#!/bin/sh
SRC_ROOTDIR="$HOME/src/fef.moe"
WEB_ROOTDIR="$HOME/pub/webroot"
WEB_ROOTDIR="$HOME/pub/www"
cd "$SRC_ROOTDIR"
jekyll build