Compare commits

..

No commits in common. "2f9297edabd032f058ba4713ce10283ee2c85845" and "e68118945c6d8668c5c7463fd3cb421fb4ce3796" have entirely different histories.

View File

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