#!/bin/sh
cd /var/www/dm_oxid/current_release

export PATH=$PATH:/var/www/dm_oxid/.nvm/versions/node/v12.15.0/bin

./bin/console alko:pim:translations de full,useprod
./bin/console alko:pim:translations de_AT full,useprod
./bin/console alko:pim:translations pl full,useprod
./bin/console alko:pim:translations nb full,useprod
./bin/console alko:pim:translations se full,useprod
./bin/console alko:pim:translations da_DK full,useprod
./bin/console alko:pim:translations it full,useprod
./bin/console alko:pim:translations en_GB full,useprod

