fix: Fixed env variable
Chart Release / chart (push) Successful in 12s
Server Deploy / deploy (push) Failing after 1m6s

This commit is contained in:
2026-09-10 11:19:53 +00:00
parent f3e7357735
commit 5925717ca8
+1 -4
View File
@@ -950,10 +950,7 @@ func handleInstallScript(c *gin.Context) {
serverID := c.Query("server_id")
token := c.Query("token")
giteaHost := os.Getenv("GITEA_HOST")
if giteaHost == "" {
giteaHost = "gitea.example.com"
}
giteaHost := "gitea.hostxtra.co.uk"
grpcHost := os.Getenv("GRPC_HOST")
script := fmt.Sprintf(`#!/usr/bin/env bash