mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
77 lines
2.2 KiB
YAML
77 lines
2.2 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 install --no-dev --optimize-autoloader'
|
|
- 'npm install'
|
|
- 'npm run 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
|
|
runtime: docker
|
|
timeout: 180
|
|
build:
|
|
- 'composer install --no-dev --optimize-autoloader'
|
|
- 'npm install'
|
|
- 'npm run build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
development:
|
|
domain:
|
|
- development.portal.izyim.com
|
|
- dev.izyim.cief-malaysia.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- shipping-portal-default-development
|
|
- shipping-portal-high_priority-development
|
|
database: cief-amazon-rds-mysql
|
|
storage: shipping-portal-production-duplicate
|
|
runtime: docker
|
|
timeout: 180
|
|
build:
|
|
- 'composer install'
|
|
- 'npm install'
|
|
- 'npm run build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
test:
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- shipping-portal-default-test
|
|
- shipping-portal-high_priority-test
|
|
database: cief-amazon-rds-mysql
|
|
storage: shipping-portal-test
|
|
runtime: docker
|
|
timeout: 180
|
|
build:
|
|
- 'composer install'
|
|
- 'npm install'
|
|
- 'npm run build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
|