0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

Build backend as part of PR

This commit is contained in:
SorsOps 2024-06-19 19:58:44 +02:00
parent 034d5ad5ab
commit 99d6df4588
No known key found for this signature in database
GPG key ID: E9EC78C740654016

View file

@ -14,6 +14,9 @@ jobs:
- dockerfile: Dockerfile.frontend
type: pr-frontend
name: frontend
- dockerfile: Dockerfile.backend
type: pr-backend
name: backend
permissions:
contents: read
packages: write
@ -68,4 +71,3 @@ jobs:
env:
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
DEPLOY: 'true'