8000 Update fixtures · symfony-cli/symfony-cli@e3b7acc · GitHub
[go: up one dir, main page]

Skip to content

Commit e3b7acc

Browse files
committed
Update fixtures
1 parent 0bb3057 commit e3b7acc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

commands/testdata/project/.platform.app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ web:
3434
passthru: "/index.php"
3535

3636
mounts:
37-
"/var": { source: local, source_path: var }
37+
"/var/cache": { source: local, source_path: var/cache }
3838

3939

4040
relationships:
@@ -60,5 +60,8 @@ crons:
6060
# Check that no security issues have been found for PHP packages deployed in production
6161
spec: '50 23 * * *'
6262
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape COMPOSER_ROOT_VERSION=1.0.0 COMPOSER_AUDIT_ABANDONED=ignore composer audit --no-cache; fi
63+
clean-expired-sessions:
64+
spec: '17,47 * * * *'
65+
cmd: croncape php-session-clean
6366

6467

commands/testdata/project/.upsun/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ applications:
7373
# Check that no security issues have been found for PHP packages deployed in production
7474
spec: '50 23 * * *'
7575
cmd: if [ "$PLATFORM_ENVIRONMENT_TYPE" = "production" ]; then croncape COMPOSER_ROOT_VERSION=1.0.0 COMPOSER_AUDIT_ABANDONED=ignore composer audit --no-cache; fi
76+
clean-expired-sessions:
77+
spec: '17,47 * * * *'
78+
cmd: croncape php-session-clean
7679

7780

0 commit comments

Comments
 (0)
0