-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvapor.yml
34 lines (34 loc) · 1.03 KB
/
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
32
33
34
id: 52802
name: bouwopdrachten-api
environments:
production:
gateway-version: 2
timeout: 15
memory: 2048
cli-timeout: 180
cli-memory: 1024
octane: true
storage: bouwopdrachten-api-production-storage
runtime: docker-arm
build:
- 'php artisan build:composer-mirror --quiet'
- 'php artisan optimize:clear --quiet'
- 'php artisan event:cache --quiet'
- 'yarn > /dev/null'
- 'yarn build > /dev/null'
staging:
gateway-version: 2
timeout: 15
memory: 1024
cli-timeout: 180
cli-memory: 512
octane: true
domain: bouwopdrachten-api.interp.id
storage: bouwopdrachten-api-staging-storage
runtime: docker-arm
build:
- 'php artisan build:composer-mirror --quiet'
- 'php artisan optimize:clear --quiet'
- 'php artisan event:cache --quiet'
- 'yarn > /dev/null'
- 'yarn build > /dev/null'