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
- Gemfile.lock - Gemfile.lock
- deploy.sh - deploy.sh
- README.md
- LICENSE

View file

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