Skip to content

Instantly share code, notes, and snippets.

@robzlabz
Created September 19, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robzlabz/f8c1f35794251b30fa4d08e1317cff94 to your computer and use it in GitHub Desktop.
Save robzlabz/f8c1f35794251b30fa4d08e1317cff94 to your computer and use it in GitHub Desktop.
id: 1207
name: zerinabanu
environments:
api:
domain: api.zerinabanu.com
database: zerinabanu-serverless
storage: zerinabanu
memory: 1024
cli-memory: 512
build:
- 'composer install --no-dev --classmap-authoritative'
- 'php artisan event:cache'
production:
domain: zerinabanu.com
database: zerinabanu-serverless
storage: zerinabanu
memory: 1024
cli-memory: 512
build:
- 'composer install --no-dev --classmap-authoritative'
- 'php artisan event:cache'
- 'npm install && npm run prod && rm -rf node_modules'
staging:
domain: staging.zerinabanu.com
database: zerinabanu-serverless
storage: zerinabanu
memory: 1024
cli-memory: 512
build:
- 'composer install --classmap-authoritative'
- 'php artisan event:cache'
- 'npm install && 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