-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvapor.yml
29 lines (29 loc) · 1.08 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
id: 58960
name: VolleyTrackMultiTenancy
environments:
production:
domain: graphql.volleytrack.com
cache: volleytrack-cache
database: volleytrack
memory: 1024
cli-memory: 512
runtime: 'php-8.3:al2'
build:
- 'composer install --no-dev'
- 'php artisan event:cache'
- 'php artisan lighthouse:cache'
- 'php artisan lighthouse:clear-cache'
- 'php artisan optimize'
- 'php artisan config:clear'
- 'php artisan route:clear'
- 'php artisan view:clear'
# - 'npm ci && npm run build && rm -rf node_modules'
deploy:
- 'php artisan migrate --force'
- 'php artisan db:seed --force'
- 'php artisan tenants:migrate --path database/migrations/tenant/base'
- 'php artisan tenants:migrate --path database/migrations/tenant/releases'
- 'php artisan tenants:seed'
- 'php artisan config:cache'
- 'php artisan lighthouse:clear-cache'
- 'php artisan cache:clear'