feat: add favicon and add plausible

This commit is contained in:
2023-04-03 22:27:24 +02:00
parent 079a076925
commit 502b9023d3
6 changed files with 665 additions and 277 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.2.19"
dagger-sdk = "0.2.20"
eyre = "0.6.8"
color-eyre = "0.6.2"
tokio = { version = "1.27.0", features = ["full"] }

View File

@@ -1,7 +1,7 @@
#[tokio::main]
async fn main() -> eyre::Result<()> {
let _ = dotenv::dotenv();
let rust_image = "rustlang/rust:nightly";
let rust_image = "docker.io/rustlang/rust:nightly";
let client = dagger_sdk::connect().await?;
@@ -178,7 +178,7 @@ async fn main() -> eyre::Result<()> {
let update_deployment = client
.container()
.from("kasperhermansen/update-deployment:1680472594")
.from("docker.io/kasperhermansen/update-deployment:1680548342")
.with_env_variable("GIT_USERNAME", "kjuulh")
.with_env_variable("GIT_PASSWORD", std::env::var("GIT_PASSWORD").unwrap())
.with_exec(vec![