feat: add deployment
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-28 20:44:12 +01:00
parent 5378b5f537
commit 3da154882d
7 changed files with 272 additions and 67 deletions

22
Cargo.lock generated
View File

@@ -331,6 +331,9 @@ dependencies = [
"dagger-sdk",
"eyre",
"futures",
"serde",
"serde_json",
"serde_yaml",
"tokio",
]
@@ -1415,6 +1418,19 @@ dependencies = [
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a15e0ef66bf939a7c890a0bf6d5a733c70202225f9888a89ed5c62298b019129"
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha2"
version = "0.10.8"
@@ -1764,6 +1780,12 @@ dependencies = [
"void",
]
[[package]]
name = "unsafe-libyaml"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
[[package]]
name = "untrusted"
version = "0.9.0"