Skip to content

Commit 1cc62b3

Browse files
committed
dev 파일 추가
1 parent fbcdc94 commit 1cc62b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// 환경 설정
9-
const ENV = "prod" // "prod"로 변경 가능
9+
const ENV = "dev" // "prod"로 변경 가능
1010

1111
func handler(w http.ResponseWriter, r *http.Request) {
1212
fmt.Fprintf(w, "<h1>Rancher CI/CD Test (%s)</h1>", ENV)

0 commit comments

Comments
 (0)