Alireza Azizi 2 years ago
parent 32e33e12e5
commit d4fcb7e2bc

@ -15,6 +15,7 @@ steps:
commands: commands:
- cd /home/administrator/apps/willaengine/ ; docker-compose up -d - cd /home/administrator/apps/willaengine/ ; docker-compose up -d
- docker exec willaengine bash -c "COMPOSER=composer-prod.json composer update" - docker exec willaengine bash -c "COMPOSER=composer-prod.json composer update"
- docker exec willaengine bash -c "COMPOSER=composer-prod.json composer install predis/predis"
- docker exec willaengine php artisan config:cache - docker exec willaengine php artisan config:cache
- docker exec willaengine php artisan route:cache - docker exec willaengine php artisan route:cache
- docker network connect nginx_default willaengine - docker network connect nginx_default willaengine

@ -89,7 +89,7 @@
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "./modules/crm" "url": "./modules/wm-crm"
}, },
{ {
"type": "path", "type": "path",

Loading…
Cancel
Save