Skip to content

Commit b518e91

Browse files
committed
check for cache dir
1 parent 68dff8c commit b518e91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/vapor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: 68983
22
name: HiEvents
33
environments:
44
production:
5+
domain: app.hi.events
56
memory: 1024
67
cli-memory: 512
78
runtime: 'php-8.3:al2'
@@ -16,6 +17,4 @@ environments:
1617
- 'php artisan optimize'
1718
deploy:
1819
- 'php artisan migrate --force'
19-
domains:
20-
- app.hi.events
2120

0 commit comments

Comments
 (0)