We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcdc94 commit 1cc62b3Copy full SHA for 1cc62b3
1 file changed
main.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
// 환경 설정
9
-const ENV = "prod" // "prod"로 변경 가능
+const ENV = "dev" // "prod"로 변경 가능
10
11
func handler(w http.ResponseWriter, r *http.Request) {
12
fmt.Fprintf(w, "<h1>Rancher CI/CD Test (%s)</h1>", ENV)
0 commit comments