Merge pull request 'tonitch/feat/adding-the-frontend' (#24) from tonitch/feat/adding-the-frontend into master
Some checks reported errors
continuous-integration/drone/push Build was killed

Reviewed-on: #24

drone for front-end should be done now
This commit is contained in:
Debucquoy Anthony 2024-02-16 08:19:21 +01:00
commit 2f9297edab

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
... ...