Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-leptos-website #172

Merged
merged 5 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cut-video-daemon-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- add-debian-distribution
tags:
- '*'
paths:
- 'video-daemon/**'

jobs:
build_and_package:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helm/rustlemania-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/videocall-website/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion leptos-website/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-12-01"
channel = "nightly-2024-08-21"