feat: update
continuous-integration/drone/push Build is failing Details

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-09 20:38:09 +02:00
parent c22a85b97d
commit 222db96717
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
4 changed files with 571 additions and 644 deletions

View File

@ -1,5 +1,2 @@
kind: template
load: bust_rustbin_default_template.yaml
name: octopush
data:
binName: octopush
load: cuddle-rust-cli-plan.yaml

1187
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ edition = "2021"
[workspace]
members = [
".",
"crates/octopush_cli",
"crates/octopush_infra",
"crates/octopush_core",

View File

@ -1,13 +1,21 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-plan.git"
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
vars:
service: "octopush"
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
registry: kasperhermansen
clusters:
clank-prod:
replicas: "3"
namespace: prod
deployment:
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
env:
prod:
clusters:
- clank-prod
scripts:
push_github:
type: shell
run:
type: shell