Add docker deploy
All checks were successful
build docker image / docker-build (push) Successful in 47s
All checks were successful
build docker image / docker-build (push) Successful in 47s
This commit is contained in:
parent
daf5f8fb03
commit
efb5bf0b3b
3
main.go
3
main.go
@ -8,7 +8,6 @@ import (
|
||||
"gitea.stuzer.link/stuzer05/go-firefly3/v2"
|
||||
"gitea.stuzer.link/stuzer05/go-monobank"
|
||||
"github.com/antihax/optional"
|
||||
"github.com/joho/godotenv"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
@ -17,7 +16,7 @@ import (
|
||||
|
||||
func main() {
|
||||
// load .env
|
||||
godotenv.Load(".env")
|
||||
//godotenv.Load(".env")
|
||||
|
||||
// init app
|
||||
app.Init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user