Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c22a85b97d
commit
222db96717
@ -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
1187
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
".",
|
||||
"crates/octopush_cli",
|
||||
"crates/octopush_infra",
|
||||
"crates/octopush_core",
|
||||
|
22
cuddle.yaml
22
cuddle.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user