We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dafdb commit 55032aeCopy full SHA for 55032ae
.symfony.cloud.yaml
@@ -37,13 +37,13 @@ hooks:
37
38
# Keep the cache in a persistent directory
39
# 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)
+ (>&2 mkdir -p tmp/cache && mv app/cache/prod tmp/cache/)
41
42
deploy: |
43
set -x -e
44
45
# "install" cache
46
# If your cache can be read-only, you can skip these steps
47
rm -rf app/cache/prod
48
- cp -Rp tmp/bootstrap.php.cache app/bootstrap.php.cache
+ #cp -Rp tmp/bootstrap.php.cache app/bootstrap.php.cache
49
cp -Rp tmp/cache/prod app/cache/
0 commit comments