You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can deploy to a Scrapyd server using the `Scrapyd client <https://github.com/scrapy/scrapyd-client>`_. You can add targets to your ``scrapy.cfg`` file which can be deployed to using the ``scrapyd-deploy`` command.
15
+
16
+
The basic syntax is as follows:
17
+
18
+
scrapyd-deploy <target> -p <project>
19
+
20
+
For more information please refer to the `Deploying your project`_ section.
21
+
22
+
.. _Deploying your project: https://scrapyd.readthedocs.org/en/latest/deploy.html
23
+
24
+
Deploying to Scrapinghub
25
+
========================
26
+
27
+
You can deploy to Scrapinghub using Scrapinghub's command line client, `shub`_. The configuration is read from the ``scrapy.cfg`` file just like ``scrapyd-deploy``.
0 commit comments