{% extends "base.html" %} {% block title %}Deployments · iVistaar{% endblock %} {% block content %}
Connect a project folder on this server → publish under {{ public_base }}/apps/<slug>/
| Name | Status | Folder | Auto | URL | Updated |
|---|---|---|---|---|---|
| {{ d.name }} | {{ d.status }} | {{ d.source_path or d.source_type }} |
{% if d.auto_deploy %}on{% else %}off{% endif %} | {{ d.public_url }} | {{ d.updated_at }} |
No deployments yet.
Connect your first project