mirror of
https://github.com/kjuulh/bitebuds.git
synced 2025-08-13 19:33:28 +02:00
feat: add favicon and add plausible
This commit is contained in:
@@ -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"] }
|
||||
|
@@ -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![
|
||||
|
Reference in New Issue
Block a user