Migrate deployment to Gitea Actions and Portainer
Build and Push Container / docker (push) Has been cancelled

This commit is contained in:
2026-03-22 11:43:22 -08:00
parent aea88c632e
commit cf6b7eae81
27 changed files with 197 additions and 112 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ import (
"github.com/bwmarrin/discordgo"
"github.com/dustinpianalto/disgoman"
"github.com/dustinpianalto/goff/internal/discord_utils"
"gitea.wayfinderak.com/wayfinderak/goff/internal/discord_utils"
)
var PingCommand = &disgoman.Command{
@@ -80,9 +80,9 @@ var GitCommand = &disgoman.Command{
func gitCommandFunc(ctx disgoman.Context, _ []string) {
embed := &discordgo.MessageEmbed{
Title: "Hi there, My code is on Github",
Title: "Hi there, my code is on Gitea",
Color: 0,
URL: "https://github.com/dustinpianalto/Goff",
URL: "https://gitea.wayfinderak.com/wayfinderak/goff",
}
_, err := ctx.Session.ChannelMessageSendEmbed(ctx.Channel.ID, embed)
if err != nil {