darrenfoley / Asiago

A Discord bot written in C#
GNU General Public License v3.0
1 stars 0 forks source link

Set up action to publish to GitHub Packages registry #3

Closed darrenfoley closed 7 months ago

darrenfoley commented 7 months ago

The goal of this issue is to have the project built in a docker image published to the GitHub Packages registry that can then simply be referenced on the bot's hosting server for easy deployment.

As part of this, config will no longer be passed in via config.json, and environment variables will be used instead.