mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: 53427
|
|
name: exchange
|
|
separate-vendor: true
|
|
environments:
|
|
production:
|
|
domain: production.exchange.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
database: vapor-laravel-poc-db
|
|
storage: exchange-2.0-production
|
|
# gateway-version: 2
|
|
# cache: vapor-laravel-poc-cache
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
# - 'rm -rf node_modules'
|
|
# - 'php artisan optimize'
|
|
# # - 'php artisan config:clear'
|
|
# - 'php artisan key:generate'
|
|
# - 'php artisan config:cache'
|
|
# - 'php artisan route:cache'
|
|
# - 'php artisan view:cache'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|
|
staging:
|
|
domain: staging.exchange.izyim.com
|
|
memory: 1024
|
|
cli-memory: 512
|
|
database: vapor-laravel-poc-db
|
|
storage: exchange-2.0-staging
|
|
runtime: 'docker'
|
|
timeout: 180
|
|
build:
|
|
- 'composer update'
|
|
- 'npm install'
|
|
- 'npm run dev'
|
|
- 'gulp build'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|