Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mario8705 committed Oct 17, 2023
1 parent 6b06983 commit b384d7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Install dependencies
working-directory: backend/
run: pnpm i --frozen-lockfile

- name: Generate Prisma client schema
working-directory: backend
run: npx prisma generate

- name: Build
working-directory: backend/
Expand All @@ -68,3 +72,7 @@ jobs:
with:
name: backend-data
path: backend/dist

- name: Build the Docker image
working-directory: backend/
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit b384d7f

Please sign in to comment.