projects
/
cl7.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MOD Remplace la font ttf par une font eot créé à l'aide de ce tutorial : http://www...
[cl7.git]
/
tools
/
mise_en_prod.sh
1
#/bin/bash
2
3
ADRESSE
=
gburri@euphorik.ch
4
REP
=/
var
/
www
/
lans
/
cl7
5
6
cd
..
/
urlrewrite
7
erlc cl7_urlrewrite.erl
8
cd
..
9
rsync
-r --delete --exclude-from
=
tools
/
exclude .
$ADRESSE
:
$REP
10
ssh
$ADRESSE
"cd
$REP
; php-cgi php/update_db.php && rm php/update_db.php"