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:
parent
034d5ad5ab
commit
99d6df4588
1 changed files with 4 additions and 2 deletions
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue