Skip to content

Instantly share code, notes, and snippets.

@adinata-id
Created January 26, 2021 09:10
Show Gist options
  • Save adinata-id/2e983ce0d0b2cf72484ad69562f3dcd9 to your computer and use it in GitHub Desktop.
Save adinata-id/2e983ce0d0b2cf72484ad69562f3dcd9 to your computer and use it in GitHub Desktop.
vapor.yml
id: 17636
name: novalio-id
environments:
production:
memory: 1024
cli-memory: 512
runtime: php-7.4
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
- 'php artisan event:cache'
- 'npm ci && npm run prod && rm -rf node_modules'
staging:
memory: 1024
cli-memory: 512
runtime: php-7.4
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install'
- 'php artisan event:cache'
- 'npm ci && npm run dev && rm -rf node_modules'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment