Add docker deploy
All checks were successful
build docker image / docker-build (push) Successful in 47s

This commit is contained in:
Illya Marchenko 2024-11-04 20:05:44 +02:00
parent daf5f8fb03
commit efb5bf0b3b
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -8,7 +8,6 @@ import (
"gitea.stuzer.link/stuzer05/go-firefly3/v2" "gitea.stuzer.link/stuzer05/go-firefly3/v2"
"gitea.stuzer.link/stuzer05/go-monobank" "gitea.stuzer.link/stuzer05/go-monobank"
"github.com/antihax/optional" "github.com/antihax/optional"
"github.com/joho/godotenv"
"log" "log"
"net/http" "net/http"
"os" "os"
@ -17,7 +16,7 @@ import (
func main() { func main() {
// load .env // load .env
godotenv.Load(".env") //godotenv.Load(".env")
// init app // init app
app.Init() app.Init()