equal
deleted
inserted
replaced
26 if [ -d ~/tmp/hdabo_V$1 ]; then |
26 if [ -d ~/tmp/hdabo_V$1 ]; then |
27 echo "Deleting temp export" |
27 echo "Deleting temp export" |
28 rm -fr ~/tmp/hdabo_V$1; |
28 rm -fr ~/tmp/hdabo_V$1; |
29 fi |
29 fi |
30 |
30 |
31 ssh iri@web.iri.centrepompidou.fr "export PYTHONPATH=/iridata/www/exp/hdabo && source /srv/virtualenv/hdabo/bin/activate && cd /iridata/www/exp/hdabo/hdabo && python manage.py collectstatic" |
31 ssh iri@web.iri.centrepompidou.fr "export PYTHONPATH=/iridata/www/exp/hdabo && source /srv/virtualenv/hdabo/bin/activate && cd /iridata/www/exp/hdabo/hdabo && python manage.py collectstatic --noinput" |
32 ssh iri@web.iri.centrepompidou.fr sudo apache2ctl restart |
32 ssh iri@web.iri.centrepompidou.fr sudo apache2ctl restart |