Skip to content

Commit

Permalink
Web Deployement - Complete Application
Browse files Browse the repository at this point in the history
Signed-off-by: Arya Pratap Singh <[email protected]>
  • Loading branch information
ARYPROGRAMMER committed Jan 6, 2025
1 parent 3a80b4c commit c31c286
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Trigger Render Deploy

on:
schedule:
- cron: '*/45 * * * *' # every 45 minutes
- cron: '*/15 * * * *' # every 15 minutes

jobs:
ping-render:
runs-on: ubuntu-latest
steps:
- name: Call Render Deploy Hook
run: |
curl https://learn-coding-with-copilotkit.onrender.com/copilotkit
curl https://learn-coding-with-copilotkit.onrender.com/copilotkit
curl https://learn-coding-with-copilotkit-1.onrender.com/copilotkit
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@

# Learn Coding with CopilotKit, CoAgents, and LangGraphs 🚀

[![CopilotKit](https://img.shields.io/badge/Powered%20By-CopilotKit-brightgreen)](https://github.com/copilotkit)
[![Frontend: Next.js](https://img.shields.io/badge/Frontend-Next.js-orange)](https://nextjs.org/)
[![Demo Video](https://img.shields.io/badge/Watch-Demo%20Video-red)](https://youtu.be/E1q67IDcdMU)
[![Website](https://img.shields.io/badge/Website-Live-brightgreen)](https://learn-coding-with-copilotkit.vercel.app/)
<div align="center">

# Learn Coding with CopilotKit, CoAgents, and LangGraphs 🚀
<img src="./screenshots/cover.png" alt="Cover Image" />
</div>

<div align="center">
<a href="https://github.com/copilotkit">
<img src="https://img.shields.io/badge/Powered%20By-CopilotKit-brightgreen" alt="CopilotKit Badge" />
</a>
<a href="https://nextjs.org/">
<img src="https://img.shields.io/badge/Frontend-Next.js-orange" alt="Frontend: Next.js Badge" />
</a>
<a href="https://youtu.be/E1q67IDcdMU">
<img src="https://img.shields.io/badge/Watch-Demo%20Video-red" alt="Demo Video Badge" />
</a>
<a href="https://learn-coding-with-copilotkit.vercel.app/">
<img src="https://img.shields.io/badge/Website-Live-brightgreen" alt="Website Badge" />
</a>
</div>

---

Expand Down
2 changes: 1 addition & 1 deletion frontend-interface/app/api/copilotkit/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const runtime = new CopilotRuntime(
{
remoteEndpoints: [
{
url: process.env.REMOTE_ACTION_URL || "http://localhost:8000/copilotkit" || "https://learn-coding-with-copilotkit.onrender.com/copilotkit",
url: process.env.REMOTE_ACTION_URL || "https://learn-coding-with-copilotkit-1.onrender.com/copilotkit" || "http://localhost:8000/copilotkit",
},
],
}
Expand Down
Binary file added screenshots/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c31c286

Please sign in to comment.