Adds a health checking endpoint on the GRPC server. This is a stream that changes whenever a health status update occurs. Reviewed-on: https://git.nikos.gg/prymn/prymn/pulls/5 Co-authored-by: Nikos Papadakis <nikos@papadakis.xyz> Co-committed-by: Nikos Papadakis <nikos@papadakis.xyz>
16 lines
377 B
YAML
16 lines
377 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
upload:
|
|
image: woodpeckerci/plugin-s3
|
|
settings:
|
|
bucket: prymn-static
|
|
endpoint: https://75178f9eca227dea51b3db4db2c15a5a.r2.cloudflarestorage.com
|
|
access_key:
|
|
from_secret: r2_access_key
|
|
secret_key:
|
|
from_secret: r2_secret_key
|
|
source: "get_prymn.sh"
|
|
target: "/agent/dist"
|