Skip to content

Commit 4dc27c4

Browse files
committed
Fix SQLite db
1 parent 043429f commit 4dc27c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ hooks:
5555
build: |
5656
rm web/app_dev.php
5757
# 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
58+
sed -i 's@%kernel.root_dir%/../var/app.sqlite@/tmp/app.sqlite@' app/config/parameters.yml
5959
bin/console --env=prod assets:install -n --no-debug
6060
bin/console --env=prod assetic:dump -n --no-debug
6161
deploy: |

0 commit comments

Comments
 (0)