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-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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user