mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
id: 52493
|
|
name: shipping-portal
|
|
environments:
|
|
production:
|
|
domain:
|
|
- production.portal.izyim.com
|
|
- izyim.cief-malaysia.com
|
|
- portal.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- shipping-portal-default-production
|
|
- shipping-portal-high_priority-production
|
|
database: cief-amazon-rds-mysql
|
|
storage: shipping-portal-production
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run prod'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
staging:
|
|
domain: staging.portal.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- shipping-portal-default-staging
|
|
- shipping-portal-high_priority-staging
|
|
database: cief-amazon-rds-mysql
|
|
storage: shipping-portal-production-duplicate #cief todo: shipping-portal-staging
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
development:
|
|
domain:
|
|
- development.portal.izyim.com
|
|
- dev.izyim.cief-malaysia.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
# queue-memory: 1024
|
|
queues:
|
|
- shipping-portal-default-development
|
|
- shipping-portal-high_priority-development
|
|
# gateway-version: 2
|
|
database: cief-amazon-rds-mysql
|
|
storage: shipping-portal-production-duplicate #cief todo: shipping-portal-development
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
|