-
-
Notifications
You must be signed in to change notification settings - Fork 26
Разгортванне на тэставы сэрвер. Devops'ам
Mister Cable edited this page Jul 20, 2019
·
1 revision
Адміны - асобы, хто будзе падтрымливаць працэс дэплоймэнта.
Увесь працэс аўтаматызаваны на нашым інстансы Jenkins. Прыблізны pipeline:
cp -v .env.testing .env
- Install composer dependencies including dev (for testing purposes)
composer install --prefer-dist --no-interaction --no-suggest
accelerate app (mostly for tests) php artisan route:cache
php artisan config:cache
npm install
npm run prod
-
zip -r doika_latest.zip ../doika/*
(need to be polished to exclude some files) mv doika_latest.zip ${DOIKA_RELEASES_DIR}