clearlydefined / crawler

A service that crawls projects and packages for information relevant to ClearlyDefined
MIT License
43 stars 30 forks source link

Update crawler apps to use GitHub action for Deploy #539

Open elrayle opened 3 months ago

elrayle commented 3 months ago

Description

The dev-crawler Azure web app is currently deployed using Azure pipeline. This issue proposes moving deploy to a GitHub action that builds the docker image, publishes it to GitHub packages, and deploys the app to Azure. This reduces barriers for outside adopters who may want to deploy to an architecture other than Azure apps.

The production crawler is not deployed to ClearlyDefined's Azure. Additional steps will need to be taken to update the production crawler to use the same deploy approach.

Related Work