Migrate to proxy, remome syslink

This commit is contained in:
2026-08-12 18:11:49 +03:00
parent 50bc34914f
commit ff698cd1a1
4 changed files with 25 additions and 9 deletions

View File

@@ -26,10 +26,5 @@ 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: Build project
run: bun --bun run build