mfdlabs / grid-bot

The underlying code used for the MFDLABS Grid Bot.
https://grid-bot.ops.vmminfra.net
Apache License 2.0
12 stars 1 forks source link

Move to public registries #320

Closed nikita-petko closed 4 months ago

nikita-petko commented 4 months ago

This also ties into mfdlabs/grid-bot-libraries#27

Deprecate and remove the private NuGet registry and move to the public one (removing the need for LocalBuild targets)

Move grid-bot deployments to Docker to the Docker Hub, allowing users to deploy their own versions. We should not need to migrate the existing versions over, as all the existing versions can be found on the releases tab.

Local GitHub runners will only exist for the purpose of deploying to Nomad, in order to prevent the need to port forward Nomad hosts.

Local Docker registries will still exist for the purpose of keeping the grid server containers local until further migration is made.