diff --git a/api-server b/api-server index 071708c..fbc0da8 100755 Binary files a/api-server and b/api-server differ diff --git a/main.go b/main.go index 8711b70..d09bd83 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ func updateVersion(repoPath string, serviceName string) error { versionPath := fmt.Sprintf("%s/version.txt", repoPath) newVersion := getVersion(serviceName) - godotenv.Load(".env") + godotenv.Load(".botenv") botToken := os.Getenv("BOT_TOKEN") chatid := os.Getenv("CHAT_ID")