fixing drone
This commit is contained in:
commit
e7674bbfc3
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user