Skip to content
Snippets Groups Projects
Unverified Commit 1e66631c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Deploy new listers

Related T1797
parent f89b0b61
No related branches found
No related tags found
1 merge request!184Deploy new listers in production
......@@ -1980,7 +1980,9 @@ swh::deploy::worker::lister::config:
- swh.lister.debian.tasks
- swh.lister.github.tasks
- swh.lister.gitlab.tasks
- swh.lister.gnu.tasks
- swh.lister.npm.tasks
- swh.lister.phabricator.tasks
- swh.lister.pypi.tasks
task_queues:
- swh.lister.debian.tasks.DebianListerTask
......@@ -1990,7 +1992,10 @@ swh::deploy::worker::lister::config:
- swh.lister.gitlab.tasks.IncrementalGitLabLister
- swh.lister.gitlab.tasks.RangeGitLabLister
- swh.lister.gitlab.tasks.FullGitLabRelister
- swh.lister.gnu.tasks.GNUListerTask
- swh.lister.npm.tasks.NpmListerTask
- swh.lister.phabricator.tasks.FullPhabricatorLister
- swh.lister.phabricator.tasks.IncrementalPhabricatorLister
- swh.lister.pypi.tasks.PyPIListerTask
credentials: "%{alias('swh::deploy::worker::lister::config::credentials')}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment