update deploy script
This commit is contained in:
parent
d37b46ff06
commit
d1b8e1e74e
2 changed files with 3 additions and 1 deletions
|
@ -23,3 +23,5 @@ exclude:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- deploy.sh
|
- deploy.sh
|
||||||
|
- README.md
|
||||||
|
- LICENSE
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue