mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 13:08:28 +02: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
|
- dockerfile: Dockerfile.frontend
|
||||||
type: pr-frontend
|
type: pr-frontend
|
||||||
name: frontend
|
name: frontend
|
||||||
|
- dockerfile: Dockerfile.backend
|
||||||
|
type: pr-backend
|
||||||
|
name: backend
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
@ -67,5 +70,4 @@ jobs:
|
||||||
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
|
uses: gimlet-io/gimlet-artifact-shipper-action@v0.8.3
|
||||||
env:
|
env:
|
||||||
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
|
GIMLET_SERVER: ${{ secrets.GIMLET_SERVER }}
|
||||||
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
|
GIMLET_TOKEN: ${{ secrets.GIMLET_TOKEN }}
|
||||||
DEPLOY: 'true'
|
|
Loading…
Add table
Add a link
Reference in a new issue