Document worker publication
All threads resolved!
All threads resolved!
Compare changes
- ml bonhomme authored
@@ -6,7 +6,7 @@ While workers may be [run locally](./run-local.md), they are usually written to
The template implements a new CI job, `publish-worker`, at the last stage of the pipeline. When every job of the previous stages have passed, this one will try to publish a new version, using the newly built Docker image, on every Arkindex instance specified by the `ARKINDEX_INSTANCE` variable. The publication is done using the [Arkindex CLI tool](<https://cli.arkindex.org/workers/#publish-workers>).
The template implements a new CI job, `publish-worker`, at the last stage of the pipeline. When every job of the previous stages have passed, this one will try to publish a new worker version, using the newly built Docker image, on every Arkindex instance specified by the `ARKINDEX_INSTANCE` variable. The publication is done using the [Arkindex CLI tool](<https://cli.arkindex.org/workers/#publish-workers>).
@@ -14,7 +14,7 @@ The template implements a new CI job, `publish-worker`, at the last stage of the
@@ -25,5 +25,5 @@ Since the publication is done during a GitLab CI, no optional arguments are [nee