diff --git a/.github/workflows/cut-video-daemon-dev.yaml b/.github/workflows/cut-video-daemon-dev.yaml index 3572abf..948a628 100644 --- a/.github/workflows/cut-video-daemon-dev.yaml +++ b/.github/workflows/cut-video-daemon-dev.yaml @@ -7,6 +7,8 @@ on: - add-debian-distribution tags: - '*' + paths: + - 'video-daemon/**' jobs: build_and_package: diff --git a/README.md b/README.md index 00111f6..afd5119 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Experience seamless, real-time video communication with **[videocall.rs](https://videocall.rs)**, a cutting-edge platform built for developers by developers. Whether you're building the next big thing in robotics or just need reliable video calls, videocall.rs has got you covered. -🔗 **[Get Started Now](https://videocall.rs)** and bring your ideas to life with crystal-clear video and audio. Perfect for remote collaboration, demos, and beyond! +🔗 **[Try It Now](https://videocall.rs)** and bring your ideas to life with crystal-clear video and audio. Perfect for remote collaboration, demos, and beyond! 👨‍💻 **Why videocall.rs?** - Built with **Rust** for performance and safety. diff --git a/helm/rustlemania-ui/values.yaml b/helm/rustlemania-ui/values.yaml index e768611..342bbda 100644 --- a/helm/rustlemania-ui/values.yaml +++ b/helm/rustlemania-ui/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: securityunion/rustlemania-ui pullPolicy: Always - tag: main-37c2e931 + tag: main-2292627f resources: limits: cpu: "50m" # 50% of a single CPU diff --git a/helm/videocall-website/values.yaml b/helm/videocall-website/values.yaml index dc27073..55eeb69 100644 --- a/helm/videocall-website/values.yaml +++ b/helm/videocall-website/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: securityunion/video-call-rs-website pullPolicy: Always - tag: add-website-e303a7a9 + tag: fix-leptos-website-eaa8be16 env: - name: RUST_LOG value: info diff --git a/leptos-website/rust-toolchain.toml b/leptos-website/rust-toolchain.toml index 55b2509..f3e7a79 100644 --- a/leptos-website/rust-toolchain.toml +++ b/leptos-website/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2023-12-01" \ No newline at end of file +channel = "nightly-2024-08-21" \ No newline at end of file