New Exchange Setup with Jenkins Vapor initial commit

This commit is contained in:
Dillon
2023-10-20 23:10:34 +08:00
parent 85664dfcce
commit 51e04aa315
3 changed files with 8 additions and 8 deletions
Vendored
+1 -1
View File
@@ -22,7 +22,7 @@ pipeline {
git(
url: httpUrl,
credentialsId: 'gitlab-jenkins-localhost',
branch: 'dillon/jenkins-vapor-34-vue-polling'
branch: 'dillon/34-jenkins-vapor'
)
}
}
+4 -4
View File
@@ -9,6 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.2.5",
"ext-bcmath": "*",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-zip": "*",
@@ -21,6 +22,8 @@
"intervention/image": "^2.5",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.0",
"laravel/vapor-cli": "^1.55",
"laravel/vapor-core": "^2.33",
"maatwebsite/excel": "^3.1",
"mpdf/mpdf": "^8.1",
"rinvex/countries": "^6.1",
@@ -31,10 +34,7 @@
"staudenmeir/eloquent-has-many-deep": "^1.7",
"timehunter/laravel-google-recaptcha-v3": "~2.5",
"tymon/jwt-auth": "^1.0",
"webklex/laravel-pdfmerger": "^1.3",
"ext-bcmath": "*",
"laravel/vapor-cli": "^1.55",
"laravel/vapor-core": "^2.30"
"webklex/laravel-pdfmerger": "^1.3"
},
"require-dev": {
"facade/ignition": "^2.3.6",
+3 -3
View File
@@ -1,5 +1,5 @@
id: 48019
name: vapor-laravel-poc
id: 53427
name: exchange
separate-vendor: true
environments:
production:
@@ -7,7 +7,7 @@ environments:
memory: 1024
cli-memory: 512
database: vapor-laravel-poc-db
storage: exchange-2.0-replica
storage: exchange-2.0-production
# gateway-version: 2
# cache: vapor-laravel-poc-cache
runtime: 'docker'