feat: being able to deploy an application on scaleway (#309)

This CL allows to deploy applications on a Scaleway cluster.

Tickets: DEV-937 DEV-936
This commit is contained in:
Benjamin
2021-08-06 16:11:06 +02:00
committed by GitHub
parent 213a667539
commit 15f5d9307d
37 changed files with 1442 additions and 231 deletions

5
Cargo.lock generated
View File

@@ -140,7 +140,9 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
[[package]]
@@ -3126,6 +3128,8 @@ dependencies = [
name = "test-utilities"
version = "0.1.0"
dependencies = [
"base64 0.13.0",
"bstr",
"chrono",
"curl",
"digitalocean",
@@ -3136,6 +3140,7 @@ dependencies = [
"rand 0.7.3",
"reqwest 0.10.10",
"retry",
"scaleway_api_rs",
"serde",
"serde_derive",
"serde_json",