repo.or.cz
/
minimalisti.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bundle update
[minimalisti.git]
/
sync.sh
blob
e34d3a02c3c64e55887605439b2771a338a61b7e
1
#!/bin/sh -x
2
rm
-rf
_production
/
3
bundle
exec
jekyll build
-d
_production
4
echo
'Press ENTER...'
5
read
6
rsync
-cprtvz --delete
_production
/
kos
:/
srv
/
web
/
minimalisti.cz
/
www
/
7
rm
-rf
_production
/