Vincent 3 anni fa
parent
commit
f0ffdfdb5d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Sync/sync.sh

+ 3 - 0
Sync/sync.sh

@@ -32,6 +32,9 @@ git pull
 nvm exec 4.2.6 npm install
 nvm exec 4.2.6 bower install
 NODE_ENV=test nvm exec 4.2.6 gulp build
+cd /var/www/opentalent-admin/test
+rm -rf ckeditorConfig
+ln -fs /var/opentalent/git/opentalent-admin-2.0/src/ckeditorConfig
 
 echo "Mise à jour de api ..."
 cd /var/www/opentalent-platform