From: Guillaume Pellerin Date: Wed, 9 Nov 2016 12:53:23 +0000 (+0100) Subject: Add gulp build on pull.sh X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8a5748046180ec6a557ce5069fb1ef5ea88d3500;p=mezzo.git Add gulp build on pull.sh --- diff --git a/app/local_settings.py b/app/local_settings.py index aa82628f..67d2f468 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -13,7 +13,6 @@ ADMINS = ( SECRET_KEY = "j1qa@u$5ktqr^0_kwh@-j@*-80t$)ht!4-=ybz1xc%@3+r(r&tzefoih" NEVERCACHE_KEY = "m)u^%r@uh#r3wu0&$=#$1ogx)uy4hv93^2lt%c3@xi=^gifoj8paozijdihazefd" -# DATABASE_ROUTERS = ['eve.routers.EveRouter', 'festival.routers.FestivalRouter',] DATABASE_ROUTERS = ['eve.routers.EveRouter', 'prestashop.routers.PrestaRouter'] DATABASES = { diff --git a/scripts/pull.sh b/scripts/pull.sh index cf7f52ab..b300ab61 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -5,3 +5,4 @@ sudo chown -R $USER data/backup git pull git submodule foreach git pull docker-compose run db /srv/scripts/restore_db.sh +gulp build