{% extends 'base.html' %} {% block title %}deploy project{% endblock %} {% block head %} {% if SCRAPYD_SERVERS_AMOUNT > 1 %} {% endif %} {% endblock %} {% block body %}

Add a version to a project, creating the project if it doesn't exist.

{% if SCRAPYD_SERVERS_AMOUNT > 1 %}

Simply pass in a group of nodes from the Overview page »

{% for SCRAPYD_SERVER in SCRAPYD_SERVERS %} {% if SCRAPYD_SERVERS_GROUPS[loop.index-1] and loop.changed(SCRAPYD_SERVERS_GROUPS[loop.index-1]) %} --- {{ SCRAPYD_SERVERS_GROUPS[loop.index-1] }} --- {% endif %} {% endfor %}
{% else %}
{% endif %}
{% endblock %}