Skip to content

Commit 0c43ab5

Browse files
committed
.github/workflows/build.yml: Build and deploy VP2440
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent eeb143e commit 0c43ab5

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
matrix:
153153
vendor: [ protectli ]
154-
model: [ vp66xx, vp46xx, vp32xx, vp2430, vp2420, vp2410, V1210, V1211, V1410, V1610 ]
154+
model: [ vp66xx, vp46xx, vp32xx, vp2440, vp2430, vp2420, vp2410, V1210, V1211, V1410, V1610 ]
155155
steps:
156156
- name: Checkout repository
157157
uses: actions/checkout@v4
@@ -312,6 +312,20 @@ jobs:
312312
matrix:
313313
vendor: [ protectli ]
314314
model: [ vp2430 ]
315+
deploy_protectli_vp2440:
316+
if: startsWith(github.ref, 'refs/tags/protectli_vp2440_')
317+
needs: build_protectli
318+
uses: ./.github/workflows/deploy-template.yml
319+
with:
320+
platform: protectli
321+
vendor: ${{ matrix.vendor }}
322+
model: ${{ matrix.model }}
323+
artifact_name: "dasharo-${{ matrix.vendor }}-${{ matrix.model }}"
324+
secrets: inherit
325+
strategy:
326+
matrix:
327+
vendor: [ protectli ]
328+
model: [ vp2440 ]
315329
deploy_protectli_jsl:
316330
if: startsWith(github.ref, 'refs/tags/protectli_vault_jsl')
317331
needs: build_protectli

0 commit comments

Comments
 (0)