mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
61 lines
1.7 KiB
YAML
61 lines
1.7 KiB
YAML
id: 53427
|
|
name: exchange
|
|
separate-vendor: true
|
|
environments:
|
|
production:
|
|
domain:
|
|
- production.exchange.izyim.com
|
|
- exchange.cief-malaysia.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- exchange-default-production
|
|
- exchange-high_priority-production
|
|
database: cief-amazon-rds-mysql
|
|
storage: exchange-2.0-production
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run prod'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
staging:
|
|
domain: staging.exchange.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- exchange-default-staging
|
|
- exchange-high_priority-staging
|
|
database: cief-amazon-rds-mysql
|
|
storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-staging
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
development:
|
|
domain: dev.exchange.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
queues:
|
|
- exchange-default-development
|
|
- exchange-high_priority-development
|
|
database: cief-amazon-rds-mysql
|
|
storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-develoopment
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|