mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
18 lines
442 B
YAML
18 lines
442 B
YAML
id: 46567
|
|
name: shipping-portal
|
|
separate-vendor: true
|
|
environments:
|
|
production:
|
|
memory: 1024
|
|
cli-memory: 512
|
|
database: vapor-laravel-poc-db
|
|
runtime: 'docker'
|
|
build:
|
|
- 'npm install'
|
|
- 'gulp build'
|
|
- 'rm -rf node_modules'
|
|
- 'composer install --no-dev'
|
|
- 'php artisan event:cache'
|
|
deploy:
|
|
- 'php artisan migrate --force'
|