-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvapor.yml
31 lines (31 loc) · 914 Bytes
/
vapor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
id: 40986
name: gdpc-whatnow-rcn-api
environments:
test:
cache: gdpc-whatnow-rcn-api-redis
database: gdpc-whatnow-rds-secondary
memory: 1024
cli-memory: 512
runtime: 'php-7.4:al2'
build:
- 'composer install --no-dev'
- 'php artisan event:cache'
staging:
cache: gdpc-whatnow-rcn-api-redis
database: gdpc-whatnow-rds-secondary
memory: 1024
cli-memory: 512
runtime: 'php-7.4:al2'
build:
- 'composer install --no-dev'
- 'php artisan event:cache'
production:
cache: gdpc-whatnow-rcn-api-redis
database: gdpc-whatnow-rds-primary
storage: static-api.preparecenter.org
memory: 1024
cli-memory: 512
runtime: 'php-7.4:al2'
build:
- 'composer install --no-dev'
- 'php artisan event:cache'