fix: fix local composer structure

pull/96/head
farid 4 years ago
parent 3bc9a6d005
commit 0e735bd9f3

2
Jenkinsfile vendored

@ -16,7 +16,7 @@ pipeline {
stage('deploy') { stage('deploy') {
steps { steps {
sh 'cd /home/administrator/apps/$IMAGE_NAME/ ; docker-compose up -d' sh 'cd /home/administrator/apps/$IMAGE_NAME/ ; docker-compose up -d'
sh 'docker exec willaengine service cron start' sh 'docker exec willaengine service cron start'
} }
} }

@ -84,44 +84,44 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/crm.git" "url": "./modules/wm-crm"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/common.git" "url": "./modules/wm-common"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/core.git" "url": "./modules/wm-core"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/blog.git" "url": "./modules/wm-blog"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/portfolio.git" "url": "./modules/wm-portfolio"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/product.git" "url": "./modules/wm-product"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/service.git" "url": "./modules/wm-service"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/store.git" "url": "./modules/wm-store"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/notification.git" "url": "./modules/wm-notification"
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://58848959365c8b792ba52b7552230260bddd9762@git.willaspace.com/WillaEngine-Project/admin.git" "url": "./modules/wm-admin"
} }
] ]
} }

11166
composer.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save