Code Guide 2018/10/16

Production

Deploy script

The script deployment must execute the following commands after checking out the repository code:


/usr/bin/composer config -g bitbucket-oauth.bitbucket.org TcwyUpPHeJnRA2tbtC matQb8CdEBEm85QYMjPJDLb78uL5LZYF
/usr/bin/composer install --no-interaction --prefer-dist --optimize-autoloader
/usr/bin/php artisan migrate --force
/usr/bin/php artisan texts:load
/usr/bin/php artisan images:load
/usr/bin/php artisan pages:load
/usr/bin/npm prune
/usr/bin/npm install
/usr/bin/npm run --quiet production