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 043429f commit 4dc27c4Copy full SHA for 4dc27c4
.platform.app.yaml
@@ -55,7 +55,7 @@ hooks:
55
build: |
56
rm web/app_dev.php
57
# place sqlite file into /tmp so that we can write to it during deploy
58
- sed -i 's@%kernel.root_dir%/app.sqlite@/tmp/app.sqlite@' app/config/parameters.yml
+ sed -i 's@%kernel.root_dir%/../var/app.sqlite@/tmp/app.sqlite@' app/config/parameters.yml
59
bin/console --env=prod assets:install -n --no-debug
60
bin/console --env=prod assetic:dump -n --no-debug
61
deploy: |
0 commit comments