0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -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
@ -67,5 +70,4 @@ jobs:
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
env:
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
DEPLOY: 'true'
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}