Merge pull request #14 from Lapikud/development

Add syslink for when repo rebuild
This commit is contained in:
2025-08-08 17:08:45 +03:00
committed by GitHub

View File

@@ -18,6 +18,11 @@ jobs:
- name: Install dependencies
run: bun install
- name: Ensure symlink to database before Drizzle migrations
run: |
rm -rf $GITHUB_WORKSPACE/data
ln -s ~/data $GITHUB_WORKSPACE/data
- name: Generate Drizzle schema
run: bun drizzle-kit generate