tangled
alpha
login
or
join now
silvernskye.bsky.social
/
test-deploy
1
fork
atom
testing deployment to web
1
fork
atom
overview
issues
pulls
pipelines
add dev change, to merge back to main soon
Silvern Skye
5 months ago
06206870
08a9f1d2
1/1
deploy.yaml
success
1m 54s
+1
-1
1 changed file
expand all
collapse all
unified
split
main.go
+1
-1
main.go
···
24
24
}
25
25
26
26
func handleRoot(w http.ResponseWriter, r *http.Request) {
27
27
-
rootPage := HelloPage(testEnv + ", auto")
27
27
+
rootPage := HelloPage(testEnv + ", from dev")
28
28
rootPage.Render(r.Context(), w)
29
29
}