{% 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 %} To select nodes in the Servers page »
*multinodes
{{ SCRAPYD_SERVERS[node-1] }}
Select at least one node
{% endif %}
Package & Deploy
{% endblock %}