From 7dee00499dab7b451d1359a98ccac11b7489ebaa Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Sat, 31 Aug 2024 22:47:27 -0400 Subject: [PATCH 1/5] save --- helm/rustlemania-ui/values.yaml | 2 +- leptos-website/rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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 From 7cfd0ba14ad02ff97080b4c9b2cd3e46c91981ef Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Sat, 31 Aug 2024 22:51:09 -0400 Subject: [PATCH 2/5] update website --- .github/workflows/upload-website-docker-hub.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/upload-website-docker-hub.yaml b/.github/workflows/upload-website-docker-hub.yaml index 608902d..8cffb7a 100644 --- a/.github/workflows/upload-website-docker-hub.yaml +++ b/.github/workflows/upload-website-docker-hub.yaml @@ -1,15 +1,15 @@ name: Publish Website to Docker image on: - # pull_request: - # paths: - # - '*' - push: - branches: - - main + pull_request: paths: - - 'leptos-website/**' - - docker/Dockerfile.website + - '*' + # push: + # branches: + # - main + # paths: + # - 'leptos-website/**' + # - docker/Dockerfile.website jobs: push_to_registry: From a663387969502baf657a1c0e63c9ea3476665eaa Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Sat, 31 Aug 2024 22:53:08 -0400 Subject: [PATCH 3/5] prevent automatic releases of linux client --- .github/workflows/cut-video-daemon-dev.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: From 311d533ca6d5520e96aa9cc02504b8224fa726f9 Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Sat, 31 Aug 2024 22:58:34 -0400 Subject: [PATCH 4/5] save --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 99bf504c8f62917d9f3ec0b47ab5d316d42bad1b Mon Sep 17 00:00:00 2001 From: Dario Lencina Date: Sat, 31 Aug 2024 23:11:56 -0400 Subject: [PATCH 5/5] pinnacle --- .github/workflows/upload-website-docker-hub.yaml | 16 ++++++++-------- helm/videocall-website/values.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/upload-website-docker-hub.yaml b/.github/workflows/upload-website-docker-hub.yaml index 8cffb7a..608902d 100644 --- a/.github/workflows/upload-website-docker-hub.yaml +++ b/.github/workflows/upload-website-docker-hub.yaml @@ -1,15 +1,15 @@ name: Publish Website to Docker image on: - pull_request: - paths: - - '*' - # push: - # branches: - # - main + # pull_request: # paths: - # - 'leptos-website/**' - # - docker/Dockerfile.website + # - '*' + push: + branches: + - main + paths: + - 'leptos-website/**' + - docker/Dockerfile.website jobs: push_to_registry: 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