{% extends "base.html" %} {% block title %}Deployments · iVistaar{% endblock %} {% block content %}

Deployments

Connect a project folder on this server → publish under {{ public_base }}/apps/<slug>/

Connect project
{% if dry_run %} {% endif %} {% if license %} {% endif %} {% if deployments %} {% for d in deployments %} {% endfor %}
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 }}
{% else %}

No deployments yet.

Connect your first project
{% endif %} {% endblock %}