tonitch/feat/adding-the-frontend #24

Merged
tonitch merged 5 commits from tonitch/feat/adding-the-frontend into master 2024-02-16 08:19:22 +01:00
Showing only changes of commit 1f342468c5 - Show all commits

View File

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