Skip to content

Commit d07a518

Browse files
committedAug 13, 2015
dumb script to update this
1 parent 1d4550a commit d07a518

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎update.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
$!/bin/sh
2+
workon nikola
3+
git submodule foreach git pull origin master
4+
./scripts/build_themes.py
5+
./scripts/gen_site.py
6+
./scripts/build_site.py
7+
rsync -rav output/code.css output/index.html output/jPages.min.js output/resources output/stmd.js output/theme_data.js output/v7 getnikola@direct.ralsina.me:/srv/www/themes.getnikola.com:80

0 commit comments

Comments
 (0)