Skip to content

Commit 55032ae

Browse files
committed
removing copy of bootstrap.php.cache
1 parent 28dafdb commit 55032ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.symfony.cloud.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ hooks:
3737
3838
# Keep the cache in a persistent directory
3939
# If your cache can be read-only, you can skip this step
40-
(>&2 mkdir -p tmp/cache && mv app/cache/prod tmp/cache/ && mv app/bootstrap.php.cache tmp/bootstrap.php.cache)
40+
(>&2 mkdir -p tmp/cache && mv app/cache/prod tmp/cache/)
4141
4242
deploy: |
4343
set -x -e
4444
4545
# "install" cache
4646
# If your cache can be read-only, you can skip these steps
4747
rm -rf app/cache/prod
48-
cp -Rp tmp/bootstrap.php.cache app/bootstrap.php.cache
48+
#cp -Rp tmp/bootstrap.php.cache app/bootstrap.php.cache
4949
cp -Rp tmp/cache/prod app/cache/

0 commit comments

Comments
 (0)