fix(deploy): 🐛 Fix pipeline fr

from previous commit, the port must also be excluded
This commit is contained in:
pakintada@gmail.com 2024-09-10 08:15:54 +07:00
parent 76c8aca6ca
commit 70842b6c31
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ import (
"go.uber.org/zap"
)
const VERSION = "1.0.31"
const VERSION = "1.0.35"
type Server struct {
server *http.Server