Created
September 19, 2019 19:33
-
-
Save robzlabz/f8c1f35794251b30fa4d08e1317cff94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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