droned
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Debucquoy 2024-02-16 08:07:46 +01:00
parent 613ad99264
commit 1f342468c5
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -20,6 +20,9 @@ kind: pipeline
type: docker
name: build
depends_on:
- test
steps:
- name: Backend-build
image: eclipse-temurin:21
@ -37,6 +40,9 @@ kind: pipeline
type: exec
name: deploy
depends_on:
- build
server:
host:
from_secret: host
@ -66,6 +72,6 @@ steps:
- echo "deploying backend TODO"
---
kind: signature
hmac: b83fd07f6cc04de673e561857d82e3cc36c4f98f311f78808fc927839d5d3cf2
hmac: 3c5387c57626f0946636d82b97fad0daaf09dbb5f02f201791363ff33cc0bb82
...