10 lines
195 B
Plaintext
Executable File
10 lines
195 B
Plaintext
Executable File
dir=/home/glados/bbb
|
|
echo "Switching to Bionic Beanie Blog at $dir"
|
|
cd $dir
|
|
|
|
echo "Building bbb"
|
|
JEKYLL_ENV="production" bundle exec jekyll build
|
|
|
|
#echo "Restarting Nginx"
|
|
#service nginx restart
|