Skip to content

Commit f4b05c0

Browse files
committed
fix: git 저장소의 경로를 userName, appName 항목에 의존하지 않도록 분리
1 parent d46ddce commit f4b05c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
appName: github-profile-comments
2-
userName: in-jun
2+
git: https://github.com/in-jun/github-profile-comments
33
branch: main
44
port: 8080

templates/gocd/templates/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pipelines:
1818

1919
materials:
2020
git:
21-
git: "https://github.com/{{ .Values.userName }}/{{ .Values.appName }}"
21+
git: "{{ .Values.git }}"
2222
shallow_clone: true
2323
auto_update: true
2424
branch: "{{ .Values.branch }}"

0 commit comments

Comments
 (0)