mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
Add syslink for when repo rebuild
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user