Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Discreater committed Nov 9, 2023
1 parent a94819d commit 57d28a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: generate env file
run: |
cp env.template .env
- name: Install dependencies
run: pnpm install
- name: Build web
Expand Down
2 changes: 2 additions & 0 deletions env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DATABASE_URL=sqlite://./target/db.sqlite3
JWT_SECRET=JJJWWW

0 comments on commit 57d28a3

Please sign in to comment.