feat(dashboard): added dashboard content and features #7

Merged
sharang merged 8 commits from feat/CAI-4-dashboard into main 2026-02-19 19:23:07 +00:00
Showing only changes of commit f70528c4fe - Show all commits

View File

@@ -95,20 +95,3 @@ jobs:
- name: Run tests (web)
run: cargo test --features web --no-default-features
# ---------------------------------------------------------------------------
# Stage 3: Deploy (only after tests pass, only on main)
# ---------------------------------------------------------------------------
deploy:
name: Deploy
runs-on: docker
needs: [test]
if: github.ref == 'refs/heads/main'
container:
image: alpine:latest
steps:
- name: Trigger Coolify deploy
run: |
apk add --no-cache curl
curl -sf "${{ secrets.COOLIFY_WEBHOOK }}" \
-H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}"